Giter Site home page Giter Site logo

Comments (5)

isaachier avatar isaachier commented on May 23, 2024

Yes I agree that implementing environment variable overrides is necessary for this case and others. Maybe we can expand this issue to cover all of the environment variable overrides listed here: https://www.jaegertracing.io/docs/1.6/client-features.

from jaeger-client-cpp.

tudor avatar tudor commented on May 23, 2024

Yes, I'm a bit miffed that I have to set both environment variables (for the Java servers) and generate a YAML config (for the C++ servers).

from jaeger-client-cpp.

tudor avatar tudor commented on May 23, 2024

@isaachier: This also has the side effect of disabling clock skew adjustment in the collector, as the clock skew adjustment algorithm assumes that spans with the same value for the "ip" tag come from the same host, and thus do not need adjustment. https://github.com/jaegertracing/jaeger/blob/50429cb55aee9280e39621a0b5aae3c2afe5d190/model/adjuster/clockskew.go#L77

from jaeger-client-cpp.

tudor avatar tudor commented on May 23, 2024

The Java client resolves the local hostname (as would be returned by gethostname()) instead of using the first AF_INET interface: https://github.com/jaegertracing/jaeger-client-java/blob/41a9d104a83bfcf7ed388daf4724dcd7f68237ff/jaeger-core/src/main/java/io/jaegertracing/internal/JaegerTracer.java#L107

from jaeger-client-cpp.

yzpangu avatar yzpangu commented on May 23, 2024

The latest version doesn't solve this problem. How did you solve it?
Trying to build master branch code won't do either

from jaeger-client-cpp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.