You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.
When browsing to the jaeger interface, I'm expecting to see the service "my-app" being listed, but instead, I only have a default "Opencensus" service.
I managed to change the default service name by adding the service_name to the jaeger configuration:
But I would prefer not having to do that, so I could have multiple applications exporting to the same agent, and still the jaeger UI display the service names as specified in the application.
Is there any way to achieve this ?
The text was updated successfully, but these errors were encountered:
Hi @daeMOn63, unfortunately this is a current issue with the exporters, please take a look at #551 (comment) and see if you can use that workaround. Notice that the collector configured with smallish queues will have a footprint similar to the agent.
I have an application registering an ocagent exporter like so:
And this ocagent configuration:
When browsing to the jaeger interface, I'm expecting to see the service "my-app" being listed, but instead, I only have a default "Opencensus" service.
I managed to change the default service name by adding the service_name to the jaeger configuration:
But I would prefer not having to do that, so I could have multiple applications exporting to the same agent, and still the jaeger UI display the service names as specified in the application.
Is there any way to achieve this ?
The text was updated successfully, but these errors were encountered: