-
Notifications
You must be signed in to change notification settings - Fork 55
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
Dashboards: defined container functions for common resources panels #331
Dashboards: defined container functions for common resources panels #331
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we move the reformatting without any actual change to a dedicated PR, explicitly stating it's just reformatting stuff? Otherwise, can we avoid reformatting queries at all? It makes very complicated to review these PRs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! (modulo a nit)
CHANGELOG.md
Outdated
@@ -14,6 +14,7 @@ | |||
* [ENHANCEMENT] cortex-mixin: Make `cluster_namespace_deployment:kube_pod_container_resource_requests_{cpu_cores,memory_bytes}:sum` backwards compatible with `kube-state-metrics` v2.0.0. #317 | |||
* [BUGFIX] Fixed `CortexIngesterHasNotShippedBlocks` alert false positive in case an ingester instance had ingested samples in the past, then no traffic was received for a long period and then it started receiving samples again. #308 | |||
* [BUGFIX] Alertmanager: fixed `--alertmanager.cluster.peers` CLI flag passed to alertmanager when HA is enabled. #329 | |||
* [CHANGE] Dashboards: defined container functions for common resources panels: containerDiskWritesPanel, containerDiskReadsPanel, containerDiskSpaceUtilization. #331 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A CHANGE is a breaking change for the final user. This PR can be considered an ENHANCEMENT. Also we need to keep CHANGELOG entries sorted by type (CHANGE, FEATURE, ENHANCEMENT, BUGFIX).
* [CHANGE] Dashboards: defined container functions for common resources panels: containerDiskWritesPanel, containerDiskReadsPanel, containerDiskSpaceUtilization. #331 | |
* [ENHANCEMENT] Dashboards: defined container functions for common resources panels: containerDiskWritesPanel, containerDiskReadsPanel, containerDiskSpaceUtilization. #331 |
added: - containerDiskWritesPanel - containerDiskReadsPanel - containerDiskSpaceUtilization
3de040c
to
e5a38db
Compare
…czek/resources-dashboards-container-functions Dashboards: defined container functions for common resources panels
What this PR does:
Dashboards: defined (overridable) container functions for common resources panels:
Added whitespace for readability of some related queries.
Verified that the generated dashboard results match, so long as the following following pattern replacement is made:
'\\n\s*'
to''
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]