Gakhramanzode commented on PR #7872:
URL: https://github.com/apache/kafka/pull/7872#issuecomment-1868294680
Hello Kafka Developers,
I hope this message finds you well. I am currently using Kafka Mirror Maker
and have set up a monitoring alert with Prometheus Alertmanager. Here is the
alert rule I'm using:
```yaml
- alert: NodeKafkaMirrorMakerServiceDown
expr: node_systemd_unit_state{name="kafka-mirror-maker.service",
state="active"} == 0
for: 1m
labels:
severity: error
project: my-project
annotations:
summary: "Kafka Mirror Maker service is down"
instance: "{{ $labels.instance }}"
value: "{{ $value }}"
```
I would like to know if this is considered a good practice for monitoring
the Kafka Mirror Maker service. Any feedback or suggestions would be greatly
appreciated.
Thank you for your time and assistance.
Best regards, Asker
@cryptoe @ryannedolan @mimaison @rpozarickij @halorgium
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]