zendesk / maxwell

Maxwell's daemon, a mysql-to-json kafka producer
https://maxwells-daemon.io/
Other
4.04k stars 1.01k forks source link

Monitoring Maxwell using Prometheus #974

Open dula24 opened 6 years ago

dula24 commented 6 years ago

Hi, Is there a way to expose metrics in prometheus supported format?

ericwush commented 6 years ago

Not familiar with prometheus but seems you can use https://mvnrepository.com/artifact/io.prometheus/simpleclient_dropwizard, since dropwizard is used for metrics in Maxwell. Feel free to write a PR.

dmarmugi commented 3 years ago

should this be closed? it looks like it was fixed by #1096