-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
azuremonitorexporter: remove usage of LogRecord.Name field #9258
Comments
@pcwiese as a codeowner of azuremonitorexporter can you help with this? |
@reyang can you find an owner for the |
I can take it, been busy with other stuff. This exporter isn't directly supported by MSFT |
Thanks @pcwiese, please do. I will assign this issue to you. |
@eedorenko |
@pcwiese @eedorenko will you be able to have a look at this? This is blocking a change that we need to make in the codebase. The LogRecord Name will be deleted and we can't until it is no longer referenced from anywhere. |
I just commented out the use of it. I'm not sure what the replacement, if any, should be but it should not block forward progress in this repo. |
LogRecord.Name is obsolete and uses of it must be removed from this repo. Resolves open-telemetry#9258 **Testing:** unit testing only.
) LogRecord.Name is obsolete and uses of it must be removed from this repo. Link to tracking Issue: #9258
Resolved by #9544 |
…en-telemetry#9544) LogRecord.Name is obsolete and uses of it must be removed from this repo. Link to tracking Issue: open-telemetry#9258
LogRecord.Name field is obsolete in this repo and will be deleted soon (already deleted from OTLP).
The field is currently used by azuremonitorexporter.
Please eliminate all references to LogRecord Name()/SetName() in azuremonitorexporter. The field is obsolete and there is no replacement for it.
The text was updated successfully, but these errors were encountered: