-
Notifications
You must be signed in to change notification settings - Fork 849
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
Is there any plan to increase the instrument name length? #6257
Comments
#5697 reflected this change in the spec: open-telemetry/opentelemetry-specification#3648 For us to increase it further, there would have to be another increase in the specification. Any chance you can share details on which instrumentation is producing names longer than 255 characters? |
oh, this problem is similar to the problem i had. |
Its more appropriate to capture the package name in the scope (i.e. meter name, attributes) than in the instrument name. I would be surprised if the @open-telemetry/java-instrumentation-maintainers agreed make this a configurable option. |
Sorry, you mean wouldn't right? Wouldn't be surprised, because it seems useful and not entirely unexpected. |
No I meant that I would be surprised. Embedding scope level information in an instrument name seems to be an exporter level concern. I.e. an exporter sending data to a backend without the notion of a scope might choose to prefix instrument names with scope name to disambiguate. |
Sorry for reading the comments late because of something else. If I could increase the increase the instrument name length, is there another way to avoid it? If WARN is not a problem, there will be no problem when using it, but if this is a problem with the use of an openelemetry agent, we have to think about how to avoid it. |
Is your feature request related to a problem? Please describe.
I checked the history of increasing from 63 to 255.
Could consider the situation of using more than 255 instrument names?
#5697
Describe the solution you'd like
Unlimited, but I wish I could specify the settings.
Describe alternatives you've considered
Thanks to so many people, I'm using good functions well.
We have installed an openelemetry java agent in our service to use openelemetry and opensearchapm.
I got caught in instrument-name limit (255) causing WARN. Is there a plan to change the limit?
Additional context
No response
The text was updated successfully, but these errors were encountered: