jsonnet-libs icon indicating copy to clipboard operation
jsonnet-libs copied to clipboard

Kafka mixin should have configurable kafkaSelector for alerts

Open v-zhuravlev opened this issue 2 years ago • 1 comments

Kafka mixin has hardcoded job=integrations/kafka in all alerts

Instead, it should have configurable kafkaSelector that can be injected into alerts (and dashboards too).

v-zhuravlev avatar Aug 10 '23 07:08 v-zhuravlev

For example:

      expr: sum(kafka_server_ReplicaManager_UnderReplicatedPartitions{job="integrations/kafka"}) by (instance) > 0

v-zhuravlev avatar Aug 10 '23 07:08 v-zhuravlev