-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Add deprecation note to Dynatrace metrics exporter #23992
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
Add deprecation note to Dynatrace metrics exporter #23992
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @joaopgrassi! Please add a changelog notice to notify end-users of the deprecation
@codeboten added the changelog entry! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @joaopgrassi!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One last request, please add a note in the go.mod as well, see
// Deprecated: jaeger exporter is deprecated and will be removed in July 2023. See https://github.com/open-telemetry/opentelemetry-specification/pull/2858 for more details. |
@codeboten ah thanks for the pointer, done! We are not ready to remove it completely, so I added the similar wording as we have in the readme for now. I hope that is OK :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
Description:
Dynatrace has support for ingesting traces, metrics and logs via OTLP, so the custom metrics exporter is not needed anymore. This PR adds a deprecation message about it as well as other minor wording/improvements.
Link to tracking Issue:
N/A
Testing:
N/A
Documentation:
Exporter readme updated.