Skip to content

Commit 48ff3f4

Browse files
committed
feat: remove windows support on the global view
BREAKING CHANGE: Dropped Windows support on the global view Signed-off-by: David Calvert <david@0xdc.me>
1 parent b4e0422 commit 48ff3f4

File tree

2 files changed

+35
-442
lines changed

2 files changed

+35
-442
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
- [Broken panels due to a too-high resolution](#broken-panels-due-to-a-too-high-resolution)
2121
- [Broken panels on k8s-views-nodes when a node changes its IP address](#broken-panels-on-k8s-views-nodes-when-a-node-changes-its-ip-address)
2222
- [Broken panels on k8s-views-nodes due to the nodename label](#broken-panels-on-k8s-views-nodes-due-to-the-nodename-label)
23+
- [Windows support](#windows-support)
2324
- [Contributing](#contributing)
2425

2526
## Description
@@ -379,6 +380,12 @@ prometheus.relabel "node_exporter" {
379380

380381
The `HOSTNAME` environment variable is injected by default by the [Grafana Agent helm chart](https://github.com/grafana/agent/blob/93cb1a2718f6fc90fd06ef33b6bcff519dbed662/operations/helm/charts/grafana-agent/templates/containers/_agent.yaml#L25)
381382

383+
### Windows support
384+
385+
The dashboards currently don't support Windows. We experimented with Windows support in the `k8s-views-global` dashboard, but it ended up breaking some panels, so it has been removed for now. You can download the [last Windows-compatible version](https://raw.githubusercontent.com/dotdc/grafana-dashboards-kubernetes/refs/tags/v2.10.1/dashboards/k8s-views-global.json) of the dashboard or download [revision 43 on Grafana.com](https://grafana.com/api/dashboards/15757/revisions/43/download).
386+
387+
See [#79](https://github.com/dotdc/grafana-dashboards-kubernetes/issues/79)
388+
382389
## Contributing
383390

384391
Feel free to contribute to this project:

0 commit comments

Comments
 (0)