Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jaeger config no longer working #865

Closed
objectiser opened this issue Feb 12, 2019 · 2 comments
Closed

Jaeger config no longer working #865

objectiser opened this issue Feb 12, 2019 · 2 comments
Labels
kind/bug Something isn't working
Milestone

Comments

@objectiser
Copy link
Contributor

Was using a microprofile-config.propeties with:

shamrock.jaeger.service-name = myshamrockapp
shamrock.jaeger.endpoint = http://localhost:14268/api/traces
shamrock.jaeger.sampler-type = Probabilistic
shamrock.jaeger.sampler-param = 0.5
shamrock.jaeger.agent-host-port = google.com:1234
shamrock.jaeger.reporter-log-spans = true
shamrock.jaeger.reporter-max-queue-size = 123
shamrock.jaeger.reporter-flush-interval = PT0.012S
shamrock.jaeger.tags = hello=world,fred=joe,system=distributed
shamrock.jaeger.propagation = jaeger,b3
shamrock.jaeger.sampler-manager-host-port = localhost:1324

As of a couple of days ago, the values were being injected.

Just updated to the latest HEAD, having to change dependency from shamrock-opentracing-deployment to shamrock-smallrye-opentracing-deployment in the example, but now the config values are not being retrieved.

Any thoughts on what may have changed?

@dmlloyd
Copy link
Member

dmlloyd commented Feb 12, 2019

Have you done a clean rebuild?

@objectiser
Copy link
Contributor Author

Rebased again this morning and rebuilt, seems fine now.

@cescoffier cescoffier added this to the 0.9.0 milestone Feb 14, 2019
@cescoffier cescoffier added the kind/bug Something isn't working label Feb 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants