blob: 112b0f0a8dde5697df03a01c38e70d91131e469e [file] [log] [blame] [view]
---
sidebar_label: Metrics Exporter
---
# Exporter for Apache Kvrocks™
Like the Redis metrics monitor, Kvrocks also exports the internal metrics to INFO commands.
Users can collect and store those metrics, we also provide [the Kvrocks exporter](https://github.com/KvrocksLabs/kvrocks_exporter) for Prometheus metrics since it's widely used now.
Kvrocks Grafana dashboard template is available on Grafana.com. You can import the Dashboard with ID 15286 or downloads the JSON file:
```shell
wget https://grafana.com/api/dashboards/15286 -O kvrocks-dashboard.json
```
Example Grafana screenshots:
![Grafana Example](assets/grafana-exporter.jpeg)