Skip to content

InstantGauge to use with datadog#361

Merged
morrowgi merged 1 commit intomasterfrom
micro-metrics-instant-gauge
Jul 19, 2017
Merged

InstantGauge to use with datadog#361
morrowgi merged 1 commit intomasterfrom
micro-metrics-instant-gauge

Conversation

@earlzero
Copy link
Copy Markdown
Contributor

Counters from dropwizard metrics provide accumulated value, so if we restart an application, it starts from zero. It doesn't look good on graphs. InstantGauge does provide "instant" value. It will report difference in value between two measurements. Results of this gauge can be aggregated on a monitoring side, contrary to default gauge implementation provided by dropwizard metrics.

@morrowgi morrowgi merged commit d04eb2a into master Jul 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants