gerrit/gerrit-sshd
Shawn Pearce a31aa91d07 Support parameterized metrics
Metrics like Counter1 and Timer1 can now be given a field to
dynamically allocate submetrics for specific values.

Rename the versions with no field Counter0 and Timer0 to
indicate they do allocate submetrics.

Support Counter1-3 and Timer1-3 for up to 3 dimensional
submetrics of either kind.

Description.setFieldOrdering() can be used to control how
the submetrics are named in DropWizard. The default appends
field values to create a new submetric. Another option is
offered to insert field values before the last '/', allowing
things to be broken down by a slightly different layout.

Change-Id: Id2b4f59eb603eb8c8690753650a5720fc26d617b
2015-11-11 10:13:25 -08:00
..
src Support parameterized metrics 2015-11-11 10:13:25 -08:00
BUCK DropWizard metric support 2015-11-11 10:13:25 -08:00