-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
[kube-prometheus-stack] Optional Windows-specific dashboards and rules #3083
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Markus Lippert <[email protected]>
lippertmarkus
requested review from
andrewgkew,
gianrubio,
gkarthiks,
scottrigby and
Xtigyro
as code owners
March 1, 2023 12:29
jsturtevant
reviewed
Mar 1, 2023
Signed-off-by: Markus Lippert <[email protected]>
lippertmarkus
requested review from
zanhsieh,
desaintmartin,
monotek,
rsotnychenko,
dotdc,
mrueg,
tariq1890 and
a team
as code owners
March 6, 2023 12:18
Signed-off-by: Markus Lippert <[email protected]>
I don't know why it automatically added so many reviewers automatically, sorry for that |
monotek
requested changes
Mar 6, 2023
lippertmarkus
requested review from
monotek
and removed request for
zanhsieh,
desaintmartin,
rsotnychenko,
dotdc,
mrueg and
tariq1890
March 10, 2023 14:22
@andrewgkew @gianrubio @gkarthiks @scottrigby @Xtigyro can one of you please give us a second feedback on this? |
monotek
requested changes
Mar 20, 2023
charts/kube-prometheus-stack/templates/prometheus/rules-1.14/windows.node.rules.yaml
Outdated
Show resolved
Hide resolved
charts/kube-prometheus-stack/templates/prometheus/rules-1.14/windows.pod.rules.yaml
Outdated
Show resolved
Hide resolved
Signed-off-by: Markus Lippert <[email protected]>
Signed-off-by: Markus Lippert <[email protected]>
@jkroepke sorry was busy the last weeks. The windows-exporter chart works fine for me, thanks! I added it to the PR. |
Signed-off-by: Markus Lippert <[email protected]>
Signed-off-by: Markus Lippert <[email protected]>
@monotek could you please review again? |
monotek
approved these changes
Jul 3, 2023
@monotek and merge please :) |
This was referenced Jul 3, 2023
Matiasmct
pushed a commit
to giffgaff/prometheus-charts-backup
that referenced
this pull request
Aug 25, 2023
prometheus-community#3083) * feat: add windows addon dashboards and rules Signed-off-by: Markus Lippert <[email protected]> * merge upstream Signed-off-by: Markus Lippert <[email protected]> * add headers Signed-off-by: Markus Lippert <[email protected]> * fix version Signed-off-by: Markus Lippert <[email protected]> * update header and add nl Signed-off-by: Markus Lippert <[email protected]> * add windows-export chart Signed-off-by: Markus Lippert <[email protected]> * spell error Signed-off-by: Markus Lippert <[email protected]> * add NL Signed-off-by: Markus Lippert <[email protected]> --------- Signed-off-by: Markus Lippert <[email protected]> Signed-off-by: Markus Lippert <[email protected]> Co-authored-by: MH <[email protected]>
This was referenced Sep 21, 2023
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it
Which issue this PR fixes
This PR allows enabling Windows-specific dashboards and rules from kubernetes-mixin based on the kube-prometheus Windows addon. Windows nodes are widely used in Kubernetes clusters, and monitoring them should be as easy as for Linux nodes.
Special notes for your reviewer
As being an addon the dashboards and rules aren't part of the kube-prometheus
/manifests
folder which is currently used by the hack scripts.Therefore, I generated the manifests with the addon enabled once, temporarily used those adapted manifests with the hack scripts and added the resulting new files to the PR, all gated behind
windowsMonitoring.enabled
.The rules and dashboards depend on the deployment of windows_exporter like described here: https://github.com/prometheus-community/windows_exporter/blob/master/kubernetes/kubernetes.md
Checklist
[prometheus-couchdb-exporter]
)