Jaeger: Make Go client support JAEGER_ENDPOINT env var and use it in hotrod

Created on 9 Jul 2018  路  5Comments  路  Source: jaegertracing/jaeger

Per https://github.com/jaegertracing/jaeger/pull/915#discussion_r200855019

I think a cleaner approach is to change Go client to respect JAEGER_ENDPOINT env var, similar to Java client, which would allow configuring either UDP or HTTP reporter from env vars only, without adding extra flags to the HotROD binary.

  • [x] Go client to respect JAEGER_ENDPOINT
  • [ ] Update HotROD to remove extra flags
areclient-libs good first issue help wanted

Most helpful comment

@eundoosong 2.15 is out

All 5 comments

@yurishkuro I would like to work on this issue.

@danehans go for it! Thanks!

Hello, is there any plan to release the next version of go-client including https://github.com/jaegertracing/jaeger-client-go/pull/323 ?

Because I've been working on Update HotROD to remove extra flags and almost done.
But the latest version(v2.14.0) of go client doesn't have JAEGER_ENDPOINT.

I'll go ahead and cut a new release today.

@eundoosong 2.15 is out

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Siddhesh-Ghadi picture Siddhesh-Ghadi  路  4Comments

albertteoh picture albertteoh  路  3Comments

saulshanabrook picture saulshanabrook  路  4Comments

mabn picture mabn  路  4Comments

vprithvi picture vprithvi  路  3Comments