-
Notifications
You must be signed in to change notification settings - Fork 41.1k
Add support for OpenTelemetry's service.namespace #44411
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
status: superseded
An issue that has been superseded by another
Comments
Hello @mhalbritter, may I be assigned this issue? |
Hello @thecooldrop, thanks for wanting to work on this. I think we should first merge #44394, otherwise there will be a lot of merge conflicts. I'll assign you to the issue, but please hold off for now. Thanks! |
@thecooldrop I merged the PR, it's on |
Superseded by #44499. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As per the OpenTelemetry documentation (https://opentelemetry.io/docs/specs/semconv/attributes-registry/service), service.group does not exist. Instead, service.namespace should be used for this purpose.
service.namespace:
service.group is set up in both
OpenTelemetryAutoConfiguration
andOtlpMetricsPropertiesConfigAdapter
The text was updated successfully, but these errors were encountered: