-
Notifications
You must be signed in to change notification settings - Fork 764
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
Allowing tags to start with _ #5478
Conversation
Making it possible for namespaces to start with _. This is necessary to use OT exporter as it requires namespace overrides to start with _
Could you please add tests for this change too? Also, please provide more details on your use case, a small repro would be very useful. |
@dotnet-policy-service agree company="Microsoft" |
As per the OpenTelemetry naming conventions https://opentelemetry.io/docs/specs/semconv/general/attribute-naming/#recommendations-for-opentelemetry-authors names must not start with an underscore. Will check if it applies here |
@carolineRe13 did you close it without merging? |
@evgenyfedorov2 was by accident |
This was discussed internally with the Geneva team; this change poses no issues. |
Making it possible for tags to start with _
We want to use OT exporter with code gen. However, to override namespaces, we need to pass a tag which starts with "_"
Microsoft Reviewers: Open in CodeFlow