parfait
parfait copied to clipboard
Support DropWizard Metric HealthChecks as metrics
It would be nice to allow DropWizard Metric HealthChecks (https://dropwizard.github.io/metrics/3.1.0/manual/healthchecks/) to be exposable to PCP via metrics.
The rationale here is that when a health check fails, it would be nice to have it correlated within the PCP metric space to align with whatever the failure was.
Perhaps ideally these Health Check failures (or recovery) would be better represented as PCP Events, but since MMV doesn't yet support placing events yet, for now it might be ok to have a Monitored Value exposed matching a "OK" or "NOT OK" style (or numerical equivalent) to align in the PCP timeline.
Isn't this done by parfait-dropwizard already?