Skip to content
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

moving away from promStatsdExporterContainer #4272

Merged
merged 10 commits into from
Sep 19, 2024

Conversation

zirain
Copy link
Member

@zirain zirain commented Sep 18, 2024

fixes: #3369

@zirain zirain marked this pull request as ready for review September 18, 2024 03:42
@zirain zirain requested a review from a team as a code owner September 18, 2024 03:42
@zirain zirain force-pushed the remove-promStatsdExporterContainer branch from 09fdd05 to ef41581 Compare September 18, 2024 05:15
Copy link

codecov bot commented Sep 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 65.64%. Comparing base (d00737b) to head (2551b7b).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4272      +/-   ##
==========================================
- Coverage   65.67%   65.64%   -0.04%     
==========================================
  Files         197      197              
  Lines       23552    23534      -18     
==========================================
- Hits        15467    15448      -19     
- Misses       6974     6976       +2     
+ Partials     1111     1110       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

arkodg
arkodg previously approved these changes Sep 18, 2024
Copy link
Contributor

@arkodg arkodg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 🎉 🎉
Thanks for driving this work across multiple repos @zirain !

@zirain
Copy link
Member Author

zirain commented Sep 18, 2024

need more work to make sure everything work as expected

@zirain zirain added the hold do not merge label Sep 18, 2024
@zirain
Copy link
Member Author

zirain commented Sep 18, 2024

ratelimit_service_rate_limit_over_limit{
domain="gateway-conformance-infra/same-namespace/http",
key1="httproute/gateway-conformance-infra/header-ratelimit/rule/0/match/0/*_httproute/gateway-conformance-infra/header-ratelimit/rule/0/match/0/*",
key2="rule-0-match-0_rule-0-match-0",
key3="rule-0-match-1_rule-0-match-1"} 1

this key1 is hard to read....

@zirain
Copy link
Member Author

zirain commented Sep 18, 2024

ratelimit.service.rate_limit.gateway-conformance-infra/same-namespace/http.httproute/gateway-conformance-infra/cidr-ratelimit/rule/0/match/0/*_httproute/gateway-conformance-infra/cidr-ratelimit/rule/0/match/0/*.masked_remote_address_0.0.0.0/0.remote_address.over_limit

. is a key word in statsd we should avoid to use it in descriptor.

Signed-off-by: zirain <[email protected]>
@zirain zirain removed the hold do not merge label Sep 18, 2024
@zirain
Copy link
Member Author

zirain commented Sep 18, 2024

ratelimit.service.rate_limit.gateway-conformance-infra/same-namespace/http.httproute/gateway-conformance-infra/cidr-ratelimit/rule/0/match/0/*_httproute/gateway-conformance-infra/cidr-ratelimit/rule/0/match/0/*.masked_remote_address_0.0.0.0/0.remote_address.over_limit

. is a key word in statsd we should avoid to use it in descriptor.

this looks like an upstream issue, need to change the upstream code.

Signed-off-by: zirain <[email protected]>
Signed-off-by: zirain <[email protected]>
Signed-off-by: zirain <[email protected]>
Signed-off-by: zirain <[email protected]>
Signed-off-by: zirain <[email protected]>
@zirain zirain force-pushed the remove-promStatsdExporterContainer branch from f077721 to a507dd8 Compare September 18, 2024 23:29
@zirain zirain requested a review from arkodg September 18, 2024 23:34
Signed-off-by: zirain <[email protected]>
@arkodg
Copy link
Contributor

arkodg commented Sep 19, 2024

ratelimit.service.rate_limit.gateway-conformance-infra/same-namespace/http.httproute/gateway-conformance-infra/cidr-ratelimit/rule/0/match/0/*_httproute/gateway-conformance-infra/cidr-ratelimit/rule/0/match/0/*.masked_remote_address_0.0.0.0/0.remote_address.over_limit

. is a key word in statsd we should avoid to use it in descriptor.

this looks like an upstream issue, need to change the upstream code.

hey can you create a GH issue for this ?

Copy link
Member

@zhaohuabing zhaohuabing left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM thanks!

@zirain zirain merged commit e043978 into envoyproxy:main Sep 19, 2024
24 checks passed
@zirain zirain deleted the remove-promStatsdExporterContainer branch September 19, 2024 06:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consider moving away from promStatsdExporterContainer
3 participants