From f748b2a0e8d740634258b81dff82f3da6b206971 Mon Sep 17 00:00:00 2001 From: Dzmitry Lahoda <dzmitry@lahoda.pro> Date: Mon, 14 Mar 2022 09:16:31 -0700 Subject: [PATCH] containerd windows exporter in pod --- docs/windows.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/windows.md b/docs/windows.md index 6302a924..1564091f 100644 --- a/docs/windows.md +++ b/docs/windows.md @@ -2,7 +2,7 @@ The [Windows addon](../examples/windows.jsonnet) adds the dashboards and rules from [kubernetes-monitoring/kubernetes-mixin](https://github.com/kubernetes-monitoring/kubernetes-mixin#dashboards-for-windows-nodes). -Currently, Windows does not support running with [windows_exporter](https://github.com/prometheus-community/windows_exporter) in a pod so this add on uses [additional scrape configuration](https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/additional-scrape-config.md) to set up a static config to scrape the node ports where windows_exporter is configured. +Currently, Docker based Windows does not support running with [windows_exporter](https://github.com/prometheus-community/windows_exporter) in a pod so this add on uses [additional scrape configuration](https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/additional-scrape-config.md) to set up a static config to scrape the node ports where windows_exporter is configured. The addon requires you to specify the node ips and ports where it can find the windows_exporter. See the [full example](../examples/windows.jsonnet) for setup. @@ -19,3 +19,5 @@ local kp = (import 'kube-prometheus/main.libsonnet') + }, }; ``` + +[Containerd](https://github.com/prometheus-community/windows_exporter/blob/master/kubernetes/kubernetes.md) version can run as pod. -- GitLab