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

docs: Prometheus V2 - update cache documentation #1240

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions site/content/docs/integrations/prometheus-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ Now restart Prometheus and you should see metrics coming in.

>[!WARNING]
> The Prometheus metrics endpoint has a rate limit of 50 requests per minute.
> The responses from this endpoint are cached during 60 seconds.
> Any request made to this endpoint within 60 seconds of the initial request will receive the cached response.
> The responses from this endpoint are cached during 50 seconds.
> Any request made to this endpoint within 50 seconds of the initial request will receive the cached response.
> We recommend using a scrape interval of 60 seconds.

## Check Metrics
Expand Down
Loading