-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add HISTOGRAM support to the wavefront sink (#322)
This commit adds emission of the histogram summarization to the wavefront sink. The name of the metric is smushed together with the bin boundary and the count / timestamp happen where you'd expect. The bin is separated by '_' rather than a dot to avoid confusion with bins that have a decimal value. Resolves #308. Related to #307. Signed-off-by: Brian L. Troutwine <blt@postmates.com>
- Loading branch information
Showing
2 changed files
with
27 additions
and
4 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