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

Added grafana dashboard for YugabyteDB #4844

Merged
merged 5 commits into from
Jun 25, 2020
Merged
Show file tree
Hide file tree
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
9 changes: 9 additions & 0 deletions cloud/grafana/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# YugabyteDB Grafana Dashboard

To import the YugabyteDB Grafana dashboard, please see this [Grafana documentation link](https://grafana.com/docs/grafana/latest/reference/export_import/#importing-a-dashboard).

This dashboard was tested with Grafana v6.0.0 and v7.0.3.

## Best Practice:
- In cases where YugabyteDB is being [manually deployed](https://docs.yugabyte.com/latest/deploy/manual-deployment/), please specify a unique value for the flag `--metric_node_name` for each server in order to see distinct graphs.
- The dashboard uses the Prometheus' job name to separate multiple YugabyteDB clusters. Creating individual scrape jobs for each cluster will allow the graphs to be separated cleanly.
Loading