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

Metric explosion Request URL metrics #33

Open
fpiriz-inditex opened this issue Jan 31, 2023 · 0 comments
Open

Metric explosion Request URL metrics #33

fpiriz-inditex opened this issue Jan 31, 2023 · 0 comments

Comments

@fpiriz-inditex
Copy link
Contributor

Request URL metrics depicts the list of HTTP endpoints, with its status, however, when a REST endpoint is exposed with a variable in it, each variable value has its own timeseries. Under heavy traffic condition to that endpoint, you can experience a metric explosion. Notice image below.

image

I suggest some kind of grouping in the metrics to avoid this problem.

Replace all /api/rest/demoWebhook/1, /api/rest/demoWebhook/2, /api/rest/demoWebhook/3, etc with /api/rest/demoWebhook/:id

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

No branches or pull requests

1 participant