burrow_exporter icon indicating copy to clipboard operation
burrow_exporter copied to clipboard

Create Grafana dashboard template

Open 2002wmj opened this issue 7 years ago • 3 comments

I hope to show with grafana

2002wmj avatar Aug 10 '18 10:08 2002wmj

Great idea.

jirwin avatar Aug 16 '18 15:08 jirwin

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

strangeman avatar Apr 16 '19 08:04 strangeman

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.

ZJLavender avatar Apr 19 '19 08:04 ZJLavender