-
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 listeners metrics #3922
Add listeners metrics #3922
Conversation
Looks good, one question though. The customer request was also to add metrics for cipher:
Any chance they could be added too? |
Codecov Report
@@ Coverage Diff @@
## master #3922 +/- ##
==========================================
+ Coverage 86.87% 93.93% +7.06%
==========================================
Files 705 13 -692
Lines 36265 610 -35655
Branches 4336 98 -4238
==========================================
- Hits 31505 573 -30932
+ Misses 3557 24 -3533
+ Partials 1203 13 -1190 |
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #3922 +/- ##
==========================================
+ Coverage 86.87% 93.93% +7.06%
==========================================
Files 705 13 -692
Lines 36265 610 -35655
Branches 4336 98 -4238
==========================================
- Hits 31505 573 -30932
+ Misses 3557 24 -3533
+ Partials 1203 13 -1190 |
Fixed the customer request by adding
integrations-core/envoy/metadata.csv Line 112 in 04be24a
|
👍 I think we should be fine to remove it, as this metric is never emitted right? I've checked and there isn't any customer monitor relying on this metric. |
@FlorianVeaux thanks for checking! |
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.
🔥
@coignetp @FlorianVeaux No typo, when I did this it was different https://www.envoyproxy.io/docs/envoy/v1.5.0/configuration/listeners/stats |
What does this PR do?
Add more metrics
Motivation
Customer request
Additional Notes
Anything else we should know when reviewing?
Review checklist (to be filled by reviewers)
changelog/
andintegration/
labels attached