Skip to content

Commit

Permalink
refactor(grafana): update cluster dashboard (#4980)
Browse files Browse the repository at this point in the history
  • Loading branch information
zyy17 authored Nov 14, 2024
1 parent 0089cf1 commit 1101e98
Show file tree
Hide file tree
Showing 2 changed files with 2,725 additions and 2,034 deletions.
7 changes: 7 additions & 0 deletions grafana/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ GreptimeDB's official Grafana dashboard.

Status notify: we are still working on this config. It's expected to change frequently in the recent days. Please feel free to submit your feedback and/or contribution to this dashboard 🤗

If you use Helm [chart](https://github.com/GreptimeTeam/helm-charts) to deploy GreptimeDB cluster, you can enable self-monitoring by setting the following values in your Helm chart:

- `monitoring.enabled=true`: Deploys a standalone GreptimeDB instance dedicated to monitoring the cluster;
- `grafana.enabled=true`: Deploys Grafana and automatically imports the monitoring dashboard;

The standalone GreptimeDB instance will collect metrics from your cluster and the dashboard will be available in the Grafana UI. For detailed deployment instructions, please refer to our [Kubernetes deployment guide](https://docs.greptime.com/nightly/user-guide/deployments/deploy-on-kubernetes/getting-started).

# How to use

## `greptimedb.json`
Expand Down
Loading

0 comments on commit 1101e98

Please sign in to comment.