-
Notifications
You must be signed in to change notification settings - Fork 242
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 it possible to add attributes to "instrumentation scope"? #1262
Comments
I think that it's likely possible, yes - if I understand that OTEP correctly, the attributes would be added to the instrumentation scope when obtaining a tracer. Since that happens infrequently, I suspect it will not be a huge problem. However, if any other @open-telemetry/ruby-approvers or @open-telemetry/ruby-maintainers want to chime in, that would be excellent. |
We would need to add an optional parameter to the API here:
The SDK |
Thank you @ahayworth @fbogsany |
This OTEP proposed to add attributes to instrumentation scope.
This issue is a question for the maintainers of this repo: are we able to do this in a non-breaking manner and without significant performance impact?
The text was updated successfully, but these errors were encountered: