-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This undoes a change in 0ed02ca, which always emitted counters even when if the value was set to zero, i.e. declared, but never incremented. The idea behind changing this back is to have some consistency - some orgs like to skip sending zeros in order to save on network costs; when sending them, aggregation systems tend to drop them anyway. It's best to not emit them at all.
- Loading branch information
Showing
2 changed files
with
6 additions
and
3 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