Jaeger: Migrate Jaeger to github.com/jaegertracing

Created on 20 Sep 2017  ยท  7Comments  ยท  Source: jaegertracing/jaeger

The process for each repo typically involves:

  • Doing the repo move
  • Re-registering the repo with Travis
  • Re-registering the repo with Coveralls/CodeCov
  • Re-encrypting credentials
  • Updating the links to badges in the README
  • Adding DCO file
  • Adding sign-off checker bot
  • Updating CONTRIBUTING instructions to require sign-off
  • If not done yet, updating to Apache license

    • Replacing LICENSE file

    • Updating CONTRIBUTING instructions and references to license in the README

    • Updating the check-license script

Most helpful comment

all done!

All 7 comments

@yurishkuro I installed prbot (https://github.com/organizations/jaegertracing/settings/installations/54533) to help us enforce DCO checking on github.com/jaegartracing which I will enforce once the repos are moved over.

@caniszczyk https://github.com/uber/jaeger was moved

Note the example (HotROD) still has a lot of code referencing https://github.com/uber/jaeger.

@dstroot that's not going to change (anytime soon), because changing import paths is unbelievably painful in Go (e.g. https://github.com/sirupsen/logrus/issues/570)

Thanks Yuri - I have read the blog post and watched the video (great work BTW) from seeing the HN post yesterday. I was playing with it last night and got it running, and I am running Jaeger in a container as instructed, but the really strange thing is zero data is being picked up in Jaeger (it remains empty). Any suggestions where to look?

โฏ go run ./main.go all
2017-09-25T08:25:03.583-0700    INFO    cmd/all.go:25   Starting all services
2017-09-25T08:25:03.585-0700    INFO    log/logger.go:37    Starting    {"service": "route", "address": "http://127.0.0.1:8083"}
2017-09-25T08:25:03.585-0700    INFO    log/logger.go:37    Starting    {"service": "frontend", "address": "http://127.0.0.1:8080"}
2017-09-25T08:25:03.586-0700    INFO    log/logger.go:37    Starting    {"service": "customer", "address": "http://127.0.0.1:8081"}
2017-09-25T08:25:03.586-0700    INFO    log/logger.go:37    TChannel listening  {"service": "driver", "hostPort": "127.0.0.1:8082"}
2017-09-25T08:25:12.081-0700    INFO    log/spanlogger.go:34    HTTP    {"service": "frontend", "method": "GET", "url": "/"}
2017-09-25T08:25:12.311-0700    INFO    log/spanlogger.go:34    HTTP    {"service": "frontend", "method": "GET", "url": "/favicon.ico"}
2017-09-25T08:25:13.530-0700    INFO    log/spanlogger.go:34    HTTP request received   {"service": "frontend", "method": "GET", "url": "/dispatch?customer=392&nonse=0.20580429722881766"}
2017-09-25T08:25:13.530-0700    INFO    log/spanlogger.go:34    Getting customer    {"service": "frontend", "component": "customer_client", "customer_id": "392"}
2017-09-25T08:25:13.530-0700    INFO    log/spanlogger.go:34    HTTP request received   {"service": "customer", "method": "GET", "url": "/customer?customer=392"}
2017-09-25T08:25:13.530-0700    INFO    log/spanlogger.go:34    Loading customer    {"service": "customer", "component": "mysql", "customer_id": "392"}
2017-09-25T08:25:13.884-0700    INFO    log/spanlogger.go:34    Found customer  {"service": "frontend", "customer": {"ID":"392","Name":"Trom Chocolatier","Location":"577,322"}}
2017-09-25T08:25:13.884-0700    INFO    log/spanlogger.go:34    Finding nearest drivers {"service": "frontend", "component": "driver_client", "location": "577,322"}
2017-09-25T08:25:13.885-0700    INFO    log/spanlogger.go:34    Searching for nearby drivers    {"service": "driver", "location": "577,322"}
2017-09-25T08:25:13.945-0700    ERROR   log/spanlogger.go:39    redis timeout   {"service": "driver", "driver_id": "T731814C", "error": "redis timeout"}
github.com/jaegertracing/jaeger/examples/hotrod/vendor/go.uber.org/zap.Stack
    /Users/Dan/Go/src/github.com/jaegertracing/jaeger/examples/hotrod/vendor/go.uber.org/zap/field.go:209
github.com/jaegertracing/jaeger/examples/hotrod/vendor/go.uber.org/zap.(*Logger).check
    /Users/Dan/Go/src/github.com/jaegertracing/jaeger/examples/hotrod/vendor/go.uber.org/zap/logger.go:273
...

@dstroot please use https://gitter.im/jaegertracing/Lobby for questions.

all done!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

yurishkuro picture yurishkuro  ยท  4Comments

tomaszturkowski picture tomaszturkowski  ยท  4Comments

albertteoh picture albertteoh  ยท  3Comments

NeoCN picture NeoCN  ยท  4Comments

mabn picture mabn  ยท  4Comments