Skip to content

Commit

Permalink
Use pulsar_subscription_msg_rate_redeliver in topic charts (#165)
Browse files Browse the repository at this point in the history
The current pulsar_consumer_msg_rate_redeliver metric is not always enabled, we should use pulsar_subscription_msg_rate_redeliver instead.
  • Loading branch information
pgier authored Feb 19, 2024
1 parent b7325e4 commit 3e123a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/kaap-stack/grafana-dashboards/topic.json
Original file line number Diff line number Diff line change
Expand Up @@ -1411,7 +1411,7 @@
"steppedLine": false,
"targets": [
{
"expr": "pulsar_consumer_msg_rate_redeliver{cluster=~\"$cluster\", namespace=~\"$tenant.+\", namespace=~\"$namespace\", topic=~\"$topic\"}",
"expr": "pulsar_subscription_msg_rate_redeliver{cluster=~\"$cluster\", namespace=~\"$tenant.+\", namespace=~\"$namespace\", topic=~\"$topic\"}",
"format": "time_series",
"interval": "",
"intervalFactor": 2,
Expand Down

0 comments on commit 3e123a3

Please sign in to comment.