-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Increase instrument name maximum length from 63 to 255 characters #4434
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #4434 +/- ##
=====================================
Coverage 78.8% 78.8%
=====================================
Files 253 253
Lines 20644 20644
=====================================
Hits 16281 16281
Misses 4014 4014
Partials 349 349
|
The open-telemetry/opentelemetry-specification#3648 change seems to reference the instrument name max length changing, but here we are changing the max length of the metric name. Is there no constraint on the name of the instrument in the go sdk? |
@CharlieTLe , correct. Just "not empty". For reference: open-telemetry/opentelemetry-specification#3579 (comment) |
Implements specification change: open-telemetry/opentelemetry-specification#3648