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

uber / tchannel-go / 2423 / 1
88%
dev: 88%

Build:
DEFAULT BRANCH: dev
Ran 05 Aug 2016 11:13PM UTC
Files 42
Run time 2s
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

05 Aug 2016 11:08PM UTC coverage: 85.878% (-0.07%) from 85.947%
TEST_TIMEOUT_SCALE=20

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`

3886 of 4525 relevant lines covered (85.88%)

2884.6 hits per line

Source Files on job 2423.1 (TEST_TIMEOUT_SCALE=20)
  • Tree
  • List 0
  • Changed 37
  • Source Changed 8
  • Coverage Changed 37
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2423
  • Travis Job 2423.1
  • 114c2b72 on github
  • Prev Job for TEST_TIMEOUT_SCALE=20 on dev (#2416.4)
  • Next Job for TEST_TIMEOUT_SCALE=20 on dev (#2432.4)
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