rpk generate grafana-dashboard
Generate a Grafana dashboard for Redpanda metrics.
Usage
rpk generate grafana-dashboard [flags]
Flags
Value | Type | Description |
--datasource | string | The name of the Prometheus datasource as configured in your Grafana instance. |
-h, --help | - | Help for grafana-dashboard. |
--job-name | string | The Prometheus job name by which to identify the Redpanda nodes (default "redpanda"). |
--metrics-endpoint | string | The Redpanda metrics endpoint from which to get the metrics metadata. For example, `"redpanda_host:9644/metrics"` (default `"http://localhost:9644/metrics"`). |
-v, --verbose | - | Enable verbose logging (default: false). |