-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 missing metrics #14036
Add missing metrics #14036
Conversation
36f4a6e
to
2903475
Compare
2903475
to
b505d3d
Compare
Codecov Report
Flags with carried forward coverage won't be shown. Click here to find out more. |
d2d3c2d
to
9425ab0
Compare
9425ab0
to
36892a8
Compare
@@ -108,7 +108,6 @@ | |||
'envoy_cluster_upstream_rq_rx_reset': 'cluster.upstream_rq_rx_reset', | |||
'envoy_cluster_upstream_rq_time': 'cluster.upstream_rq_time', | |||
'envoy_cluster_upstream_rq_timeout': 'cluster.upstream_rq_timeout', | |||
'envoy_cluster_upstream_rq': 'cluster.upstream_rq', |
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.
A bit surprised by this one, I would expect some linting rule to catch this (duplicate dict key) 🤔 .
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.
To be honest, I missed that one too, my IDE linter caught it 😅
Edit: Seems like flake8 does not catch this kind of errors if the values are identical: https://flake8.pycqa.org/en/5.0.4/user/error-codes.html
What does this PR do?
Motivation
Additional Notes
Review checklist (to be filled by reviewers)
changelog/
andintegration/
labels attachedqa/skip-qa
label.