rpk generate grafana-dashboard
Generate Grafana dashboards for Redpanda metrics. Use this command to generate sample Grafana dashboards that can be imported into a Grafana or Grafana Cloud instance.
Available dashboards
You can select one of the following dashboard types:
| Name | Description |
|---|---|
|
Monitoring of Java Kafka consumers, using the Prometheus JMX Exporter and the Kafka Sample Configuration. |
|
Metrics and KPIs that provide details of topic consumers and how far they are lagging behind the end of the log. |
|
Provides an overview of KPIs for a Redpanda cluster with health indicators. This is suitable for ops or SRE to monitor on a daily or continuous basis. This is the default dashboard. |
|
Provides throughput, read/write rates, and on-disk sizes of each/all topics. |
|
Generates dashboard based on selected metrics endpoint ( |
Flags
| Value | Type | Description |
|---|---|---|
|
string |
The name of the dashboard to download. Use |
Global flags
| Value | Type | Description |
|---|---|---|
|
string |
Redpanda or |
|
stringArray |
Override |
|
bool |
Ignore |
|
string |
|
|
bool |
Enable verbose logging. |
The selected dashboard is downloaded from Redpanda Data’s observability GitHub repository.
The legacy dashboard is still available as an option (legacy), but it isn’t downloaded from GitHub. Instead, the generated dashboard is based on which metrics endpoint is used (--metrics-endpoint).
|