Skip to content

Commit

Permalink
Fixed links to dashboards json files. (#2203)
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Grytskiv <[email protected]>
  • Loading branch information
grzkv authored Feb 29, 2020
1 parent c4e2541 commit 92c4470
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions examples/dashboards/dashboards.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

There exists Grafana dashboards for each component (not all of them complete) targeted for environments running Kubernetes:

- [Thanos Overview](thanos-overview.json)
- [Thanos Compact](thanos-compactor.json)
- [Thanos Querier](thanos-querier.json)
- [Thanos Store](thanos-store.json)
- [Thanos Receiver](thanos-receiver.json)
- [Thanos Sidecar](thanos-sidecar.json)
- [Thanos Ruler](thanos-ruler.json)
- [Thanos Replicate](thanos-bucket-replicate.json)
- [Thanos Overview](overview.json)
- [Thanos Compact](compact.json)
- [Thanos Querier](query.json)
- [Thanos Store](store.json)
- [Thanos Receiver](receive.json)
- [Thanos Sidecar](sidecar.json)
- [Thanos Ruler](rule.json)
- [Thanos Replicate](bucket_replicate.json)

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.
Expand Down

0 comments on commit 92c4470

Please sign in to comment.