topfreegames / pitaya

Scalable game server framework with clustering support and client libraries for iOS, Android, Unity and others through the C SDK.
MIT License
2.35k stars 482 forks source link

Replace Jaeger/Opentracing with Otel #411

Closed felipejfc closed 3 months ago

felipejfc commented 3 months ago

Tested manually and it seems to work fine :)

image
coveralls commented 3 months ago

Pull Request Test Coverage Report for Build 10146799384

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
tracing/span.go 33 35 94.29%
util/util.go 20 22 90.91%
agent/agent.go 15 19 78.95%
tracing/otel.go 0 49 0.0%
<!-- Total: 92 149 61.74% -->
Files with Coverage Reduction New Missed Lines %
agent/agent.go 1 81.0%
tracing/span.go 2 83.05%
<!-- Total: 3 -->
Totals Coverage Status
Change from base Build 9668931564: -0.3%
Covered Lines: 4900
Relevant Lines: 7940

💛 - Coveralls