-
Notifications
You must be signed in to change notification settings - Fork 599
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
Remove metrics from main branch #312
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.
Disregard
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.
Just one question, otherwise it looks good.
# pylint:disable=W0212 | ||
request._otel_labels["http.status_code"] = str( | ||
response.status_code | ||
) |
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.
it looks like this was removed accidentally, i dont see this being metric related
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.
It was not removed accidently. request.otel_labels
was added as a way to pass the labels needed to create duration metrics.
is there an alternative available for this package? |
@mihirg |
System metrics were moved to a separate branch in open-telemetry/opentelemetry-python-contrib#312
The docs seem broken in the process? |
@luckydonald |
Core pr: open-telemetry/opentelemetry-python#1568
As part of the discussion here