jirwin / burrow_exporter

Prometheus exporter for burrow
Apache License 2.0
78 stars 68 forks source link

Create Grafana dashboard template #23

Open 2002wmj opened 6 years ago

2002wmj commented 6 years ago

I hope to show with grafana

jirwin commented 6 years ago

Great idea.

strangeman commented 5 years ago

Take a look on our dashboard, maybe it will be good for a starting point (renamed to TXT because GitHub doesn't support JSON attachments). Kafka offsets-1555403887831.txt

ZJLavender commented 5 years ago

There have two important metrics:

Message Lag by Group : sum(kafka_burrow_partition_lag) by (group) Consumer per by Group : sum(rate(kafka_burrow_partition_current_offset[1m])) by (group)

You can use it in your grafana.