-
Notifications
You must be signed in to change notification settings - Fork 320
Closed
Labels
Description
The Kafka consumer client instrumentation uses a hardcoded service name kafka and does not inherit the service name.
I think it should inherit the service name given via environment or vm property - maybe this behaviour should even be configurable.
It's possible to work around this issue by using dd.service.mapping, but that is only a workaround in my opinion.
Line 107 in 5bc3ec8
| .withTag(DDTags.SERVICE_NAME, "kafka") |
sukrit007, wesley-tanner-zefr, vikas-tikoo-zefr, lewis-grimmett-zefr, qiao-meng-zefr and 27 more