Skip to content
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
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Usage and examples of basics, aggregations & functions in PromQL (Prometheus que
- Client side sampling of obervations and counted in buckets
- Internally actually exposes various counter type metrics:
- x_sum
→ Sum of total observed valuse
→ Sum of total observed values
- x_count
→ Count of total number of observations
- x_bucket{le=v1}
Expand Down