Describe the bug
Setting the service.namespace and service.name attributes don't show up in with those names in the exporters.
To Reproduce
Steps to reproduce the behavior:
- Run the aklivity/opentelemetry-demo using the docker compose deployment.
- wait for everything to start.
- Fetch the orders from the Kafka topic:
curl http://localhost:7114/orders
- See Zilla metrics in Grafana Explorer
- the configured
service.name shows up as job
- when both
service.namespace and service.name are configured they are joined with a /
Expected behavior
Configuring the service.name should show up as service_name on all of the metrics and logs.
Additional context
Describe the bug
Setting the
service.namespaceandservice.nameattributes don't show up in with those names in the exporters.To Reproduce
Steps to reproduce the behavior:
curl http://localhost:7114/ordersservice.nameshows up asjobservice.namespaceandservice.nameare configured they are joined with a/Expected behavior
Configuring the
service.nameshould show up asservice_nameon all of the metrics and logs.Additional context