matthoffman / rcq

resource-constraining queue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

use dropwizard metrics for all resource monitors

matthoffman opened this issue · comments

RCQ's resources are modeled as arbitrary (string, double) tuples, which is essentially the same as Dropwizard Metrics's gauges. And they have a ton of metrics already implemented. So, consider just replacing resource monitors with Dropwizard metrics entirely.