zendesk / maxwell

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

Graphite reporter for metrics? #939

Open dfadid opened 6 years ago

dfadid commented 6 years ago

hey, is there a way to monitor the seconds behind master state of maxwell as the slave of the replicated db?

thanks

ericwush commented 6 years ago

See replication.lag, hope it helps.

dfadid commented 6 years ago

hey, this is basically what i need. im using maxwell with the Buffer producer integrated in my app. i see i can publish the metrics through [slf4j | jmx | http | datadog]. is there a way to get the metrics as an object so i can use them seperatly in my app? is there a way to publish the metrics to graphite ?

thanks

osheroff commented 6 years ago

we don't have a graphite producer, or a way that you can get access to the maxwell metrics. PR welcome, it would be a small amount of work to integrate the graphite producer here.

stupid dropwizard needs code to configure each different type of metrics. bleh.