-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set IsMonotonic based on presence of a delta
- Envelopes that are emitted only with a delta are decorated by the counter aggregator within Forwarder Agent to have both a delta and a total. - The envelope totals are not monotonic as the Forwarder Agent will discard totals once the map of totals grows over a set size. - Envelopes that are emitted only with totals will not have a delta present. Signed-off-by: Andrew Crump <crumpan@vmware.com>
- Loading branch information
1 parent
f5fa560
commit bbbd515
Showing
2 changed files
with
133 additions
and
48 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