Skip to content

Commit

Permalink
Made doc a bit better
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Tarhan committed Aug 30, 2023
1 parent 582ad3d commit 225f51a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/checks/promql/offset.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ grand_parent: Documentation

# promql/offset

This check will warn if a metric selector name matches a configured prefix and doesn't have a minimum offset.
This check inspects metric selectors whose name matches a specified prefix and doesn't have a corresponding minimum offset.
Some cloud monitoring services (e.g. AWS CloudWatch) metrics' have a delay before reaching Prometheus,
so queries on these metrics should be used with an offset that matches the delay to look at the "past".
so queries on these metrics should be used with an offset that matches or exceeds the delay.

## Configuration

Expand Down

0 comments on commit 225f51a

Please # to comment.