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

aggregate backend metrics #11

Merged
merged 2 commits into from
Oct 24, 2023
Merged

Conversation

Keksoj
Copy link
Contributor

@Keksoj Keksoj commented Oct 24, 2023

the configurable aggregate-backend-metrics allows to accumulate metrics with the same backend id into a single cumulated value:

# TYPE http_status_2xx counter
http_status_2xx{cluster_id="MyCluster"} 11

instead of

# TYPE http_status_2xx counter
http_status_2xx{cluster_id="MyCluster",backend_id="the-backend-to-my-app"} 6
http_status_2xx{cluster_id="MyCluster",backend_id="the-backend-to-my-app-2"} 5

@Keksoj Keksoj changed the title Dispable backend metrics by default aggregate backend metrics by default Oct 24, 2023
@Keksoj Keksoj changed the title aggregate backend metrics by default aggregate backend metrics Oct 24, 2023
@Keksoj Keksoj force-pushed the dispable-backend-metrics-by-default branch from d68fcfa to 84dfe6f Compare October 24, 2023 15:53
@Keksoj Keksoj force-pushed the dispable-backend-metrics-by-default branch from 84dfe6f to d259a1f Compare October 24, 2023 15:55
@FlorentinDUBOIS FlorentinDUBOIS merged commit e24a1e1 into main Oct 24, 2023
8 checks passed
@FlorentinDUBOIS FlorentinDUBOIS deleted the dispable-backend-metrics-by-default branch October 24, 2023 15:59
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.

2 participants