This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
convert summary metrics to cumulatives and gauges. (#152)
* convert summary metrics to cumulatives and gauges. - convert summary.sum to cumulative_int64 - convert summary.count to cumulative_double - convert summary.percentile to gauge with label "percentile" * moved conversion upfront. * create separate payload for each converted metrics.
- Loading branch information
Showing
2 changed files
with
301 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters