-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
This is not an issue but more of discussion if that's okay.
We have the following scenario, where we have one service containing multiple workers (a worker is just a rabbitmq consumer of a certain queue), the issue is we want to observe and trace the worker instead of tracing the service, so we can have a better service map and with the current setup of the package this is a limitation because we basically define the service name before runtime.
My questions are:
- is there is a way to acheive this with the package or we should somehow configure our sdk...etc?
- is there is a way to generate a service map based on another attribute instead of service.name?
if I'm asking in the wrong, apologies and would apperciate a little help and guidance.
Thank you!