Skip to content

Commit

Permalink
Update dipstick metric name (#1016)
Browse files Browse the repository at this point in the history
* Update dipstick metric name

* changelog
  • Loading branch information
stone-z authored Jan 24, 2024
1 parent 8f48115 commit 5082711
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Rename `dipstick` report count metric.

## [2.150.1] - 2024-01-24

### Fixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ spec:
- expr: sum(dipstick_policyreport_policy_summary) by (cluster_id, policy_name, result)
record: aggregation:dipstick_policy_results
- expr: sum(dipstick_policyreport_policy_report_count) by (cluster_id)
record: aggregation:dipstick_policy_count
record: aggregation:dipstick_policy_report_count
- expr: sum(dipstick_policyreport_last_update_duration_seconds) by (cluster_id)
record: aggregation:dipstick_policy_scrape_duration_seconds
- expr: sum(dipstick_policyreport_last_update_timestamp_seconds) by (cluster_id)
Expand Down

0 comments on commit 5082711

Please sign in to comment.