-
Notifications
You must be signed in to change notification settings - Fork 417
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
[SDK] Allow metric instrument names to contain / characters #2303
Labels
bug
Something isn't working
Comments
marcalff
added
bug
Something isn't working
issue:blocked
Fix blocked, waiting for other fixes as prerequisites
labels
Sep 8, 2023
github-actions
bot
added
the
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
label
Sep 8, 2023
nit - should it have a bug label? |
Probably better to apply the spec-compliance label? |
marcalff
removed
issue:blocked
Fix blocked, waiting for other fixes as prerequisites
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
labels
Sep 11, 2023
marcalff
added a commit
to marcalff/opentelemetry-cpp
that referenced
this issue
Sep 14, 2023
3 tasks
5 tasks
carlosalberto
pushed a commit
to open-telemetry/opentelemetry-specification
that referenced
this issue
Sep 22, 2023
## Changes Updated the following entry in the spec compliance matrix: * Section Metrics, item "Instrument names conform to the specified syntax." * Language C++ The lastest spec changes (#3648, #3422) are implemented by the following PR: * open-telemetry/opentelemetry-cpp#2281 * open-telemetry/opentelemetry-cpp#2303 so C++ can be marked compliant with the specification.
carlosalberto
pushed a commit
to carlosalberto/opentelemetry-specification
that referenced
this issue
Oct 31, 2024
…n-telemetry#3703) ## Changes Updated the following entry in the spec compliance matrix: * Section Metrics, item "Instrument names conform to the specified syntax." * Language C++ The lastest spec changes (open-telemetry#3648, open-telemetry#3422) are implemented by the following PR: * open-telemetry/opentelemetry-cpp#2281 * open-telemetry/opentelemetry-cpp#2303 so C++ can be marked compliant with the specification.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Once the following spec change is merged:
/
characters opentelemetry-specification#3422adjust the SDK to accept metric names with the new rules.
The text was updated successfully, but these errors were encountered: