gateway
gateway copied to clipboard
Consider moving away from promStatsdExporterContainer
Description:
Describe the issue.
https://github.com/envoyproxy/gateway/pull/2729 added support for enabling scraping prometheus metrics using a sidecar container based off prom/statsd-exporter:v0.18.0 .
Pulling this image is tricky for air gapped clusters and adds another configuration point for syncing an extra image into a private registry
Can this be avoided if ratelimit introduced a prom endpoint natively, tracked with https://github.com/envoyproxy/ratelimit/issues/285
[optional Relevant Links:]
Any extra documentation required to understand the issue.
hey @shawnh2 interested in investigating the feasibility of this one ? There's a PR linked to the above issue, unsure what's missing to get it through the finish line cc @zirain
I cannot recall all the details last time I tried(it's long ago), most likely because https://github.com/lyft/gostats/pull/119 didn't merge to master.
assign myself now, I will take a deeper look.
This issue has been automatically marked as stale because it has not had activity in the last 30 days.
assign this to me
xref: https://github.com/envoyproxy/ratelimit/pull/663
xref: https://github.com/envoyproxy/ratelimit/pull/681
looks like the ratelimit PR got merged !