Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Fixed links to Grafana dashboards json files. #2203

Merged
merged 1 commit into from
Feb 29, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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