Skip to content

Commit

Permalink
[kube-prometheus-stack] Optional Windows-specific dashboards and rules (
Browse files Browse the repository at this point in the history
#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]>
  • Loading branch information
lippertmarkus and zanhsieh authored Jul 3, 2023
1 parent 54f650f commit 990fcbc
Show file tree
Hide file tree
Showing 9 changed files with 5,417 additions and 1 deletion.
6 changes: 5 additions & 1 deletion charts/kube-prometheus-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ name: kube-prometheus-stack
sources:
- https://github.com/prometheus-community/helm-charts
- https://github.com/prometheus-operator/kube-prometheus
version: 47.1.0
version: 47.2.0
appVersion: v0.66.0
kubeVersion: ">=1.16.0-0"
home: https://github.com/prometheus-operator/kube-prometheus
Expand Down Expand Up @@ -51,3 +51,7 @@ dependencies:
version: "6.57.*"
repository: https://grafana.github.io/helm-charts
condition: grafana.enabled
- name: prometheus-windows-exporter
repository: https://prometheus-community.github.io/helm-charts
version: "0.1.*"
condition: windowsMonitoring.enabled
Loading

0 comments on commit 990fcbc

Please sign in to comment.