Closed juchem closed 6 years ago
Can you also add metric to the service_watcher? especially when it does report.ping?, reporter.up and reporter.down. Those are the most frequent nerve status change and may impact ZK read on the synapse side. So it will be useful to have them in DD. https://github.com/airbnb/nerve/blob/master/lib/nerve/service_watcher.rb#L116
yes, I'll add that
@lap1817 I've made changes to service_watcher.rb
. That should cover service watcher, reporters and service checks.
LGTM
Adding support for exporting metrics through
statsd
. Also, exporting basic metrics aboutnerve
's health and performance.How it was tested: unit tests + manual run and checking exported metrics
Reviewer: @lap1817
cc @darnaut