github.com/thanos-io/thanos@v0.32.5/examples/dashboards/dashboards.md (about) 1 # Dashboards 2 3 There exists Grafana dashboards for each component (not all of them complete) targeted for environments running Kubernetes: 4 5 - [Thanos Overview](overview.json) 6 - [Thanos Compact](compact.json) 7 - [Thanos Querier](query.json) 8 - [Thanos Query Frontend](query-frontend.json) 9 - [Thanos Store](store.json) 10 - [Thanos Receiver](receive.json) 11 - [Thanos Sidecar](sidecar.json) 12 - [Thanos Ruler](rule.json) 13 - [Thanos Replicate](bucket-replicate.json) 14 15 You can import them via `Import -> Paste JSON` in Grafana. These dashboards require Grafana 5 or above, importing them in older versions are known not to work. 16 17 ## Configuration 18 19 All dashboards are generated using [`thanos-mixin`](https://github.com/thanos-io/thanos/tree/main/mixin) and check out [README](https://github.com/thanos-io/thanos/blob/main/mixin/README.md) for further information.