Skip to content

Commit

Permalink
Fix prometheus-mimir cost comparison dashboard (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinBisson authored Feb 26, 2024
1 parent 3c8d748 commit f93327f
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]

### Fixed

- Fix Prometheus - Mimir Cost Comparison dashboard.

## [3.7.0] - 2024-01-31

### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"uid": "PBFA97CFB590B2093"
},
"editorMode": "code",
"expr": "sum(rate(container_cpu_usage_seconds_total{container=\"prometheus\", pod=~\"prometheus-($cluster)-.*\", cluster_type=~\"management_cluster\"}[5m])))",
"expr": "sum(rate(container_cpu_usage_seconds_total{container=\"prometheus\", pod=~\"prometheus-($cluster)-.*\", cluster_type=~\"management_cluster\"}[5m]))",
"legendFormat": "__auto",
"range": true,
"refId": "A"
Expand Down

0 comments on commit f93327f

Please sign in to comment.