Skip to content

Commit 3f040a8

Browse files
authored
Merge pull request #733 from helio/windows-multicluster
windows: add multicluster support, update wmi-exporter->windows-exporter
2 parents 177bc8e + 9c875f4 commit 3f040a8

File tree

4 files changed

+150
-108
lines changed

4 files changed

+150
-108
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,7 @@ There are separate dashboards for windows resources.
7979
4) USE Method / Cluster(Windows)
8080
5) USE Method / Node(Windows)
8181

82-
These dashboards are based on metrics populated by wmi_exporter(https://github.com/martinlindhe/wmi_exporter) from each Windows node.
83-
84-
Steps to configure wmi_exporter
85-
1) Download the latest version(v0.7.0 or higher) of wmi_exporter from release page(https://github.com/martinlindhe/wmi_exporter/releases/)
86-
2) Install the wmi_exporter service.
87-
```
88-
msiexec /i <path-to-msi-file> ENABLED_COLLECTORS=cpu,cs,logical_disk,net,os,system,container,memory LISTEN_PORT=<PORT>
89-
```
90-
3) Update the Prometheus server to scrap the metrics from wmi_exporter endpoint.
82+
These dashboards are based on metrics populated by [windows-exporter](https://github.com/prometheus-community/windows_exporter) from each Windows node.
9183

9284
## Running the tests
9385

config.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
podLabel: 'pod',
3030
hostNetworkInterfaceSelector: 'device!~"veth.+"',
3131
hostMountpointSelector: 'mountpoint="/"',
32-
wmiExporterSelector: 'job="wmi-exporter"',
32+
windowsExporterSelector: 'job="kubernetes-windows-exporter"',
3333
containerfsSelector: 'container!=""',
3434

3535
// Grafana dashboard IDs are necessary for stable links for dashboards

0 commit comments

Comments
 (0)