• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

uber / tchannel-go / 2423
88%

Build:
DEFAULT BRANCH: dev
Ran 05 Aug 2016 11:12PM UTC
Jobs 4
Files 42
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
2423

push

travis-ci

prashantv
Integrate OpenTracing (#426)

Replace built-in tracing with OpenTracing

Changes:
* internal span reporting completely removed and replaced with OpenTracing
* span context and baggage are propagated via application headers (json only atm, thrift next)
* channel can be configured with `opentracing.Tracer`, otherwise it defaults to `opentracing.GlobalTracer()` (which is no-op by default)
* outbound calls tracing
  * span is started in `(c *Connection) beginCall`
  * if tracer understands "zipkin" format, then the tracing fields are populated in `callReq`
  * the actual span/baggage info is injected in `json/call.go`
  * span is stored in `Response` and finished in a couple of places in `outbound.go`
* inbound requests tracing
  * if tracer understands "zipkin" format, the span is started in `inbound.go` and baggage is added in the encoding handler
  * otherwise span is started in the encoding handler only
  * finished generically in completion callbacks in `inbound.go`

3978 of 4550 relevant lines covered (87.43%)

11307.82 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2423.1 (TEST_TIMEOUT_SCALE=20) 05 Aug 2016 11:13PM UTC 0
85.88
Travis Job 2423.1
2 2423.2 (TEST_TIMEOUT_SCALE=20) 05 Aug 2016 11:13PM UTC 0
86.85
Travis Job 2423.2
3 2423.3 (TEST_TIMEOUT_SCALE=20) 05 Aug 2016 11:12PM UTC 0
86.11
Travis Job 2423.3
4 2423.4 (TEST_TIMEOUT_SCALE=20) 05 Aug 2016 11:13PM UTC 0
86.13
Travis Job 2423.4
Source Files on build 2423
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2423
  • 114c2b72 on github
  • Prev Build on dev (#2416)
  • Next Build on dev (#2432)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc