Skip to content
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

Add "/" to valid characters for instrument names #3684

Merged
merged 4 commits into from Sep 11, 2023

Conversation

aabmass
Copy link
Member

@aabmass aabmass commented Sep 7, 2023

Fixes #3422

Changes

Updated the allowed characters for metric instrument names in the OTel API to permit the / character. See #3422 for use cases and discussion.

@aabmass aabmass marked this pull request as ready for review September 7, 2023 21:39
@aabmass aabmass requested review from a team as code owners September 7, 2023 21:39
@cijothomas
Copy link
Member

"Instrument names conform to the specified syntax." This section from https://github.com/open-telemetry/opentelemetry-specification/blob/main/spec-compliance-matrix.md should be reset or modified with a new entry, to make it easy to tell which languages have implemented this.

@aabmass
Copy link
Member Author

aabmass commented Sep 11, 2023

"Instrument names conform to the specified syntax." This section from https://github.com/open-telemetry/opentelemetry-specification/blob/main/spec-compliance-matrix.md should be reset or modified with a new entry, to make it easy to tell which languages have implemented this.

Thanks, I cleared out the row

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow metric instrument names to contain / characters
5 participants