Learn how to configure Grafana dashboards to visualize Kudu metrics using Prometheus as a data source.
To visualize the collected metrics from Kudu, you need to configure Grafana by adding Prometheus as a data source and creating custom dashboards.
-
Open the Grafana user interface.
-
Navigate to .
-
Select Prometheus from the list of data source types.
-
Enter your Prometheus server URL (for example,
http://localhost:9090) in the Prometheus server URL field.
-
Select Save & test.
-
Navigate to to build custom panels.
Use PromQL queries against kudu_ prefixed metrics to create visualizations.