Replies: 2 comments 3 replies
This comment was marked as off-topic.
This comment was marked as off-topic.
-
|
@yurishkuro is there a way to do this? I use the opentelemetry operator, but as far as I can see this just wraps jaeger. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In my jaeger collector I have this processing pipeline:
This nicely add tags to my traces...
In a similar way, Is there a way to modify the service name too? If I have two services with the same name from two different collectors, they get merged into the same service in my central cluster, so if the application is "foo" then I can add "prod-foo" and "test-foo" to make it easier to find in the jaeger UI...
edit: this was mentioned here https://github.com/orgs/jaegertracing/discussions/7179 can anyone give me an example how this looks in yaml?
Beta Was this translation helpful? Give feedback.
All reactions