-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split log entries so each entry contains a maximum of 100 datapoints (#…
…64) * Add test on not emitting more than 100 datapoints per log entry. * Limit the count of datapoints per log batch to 100. * Allow passing arguments to pytest from tox. * Limit datapoints to 100 per metric instead of 100 per batch. * Add test with a single metric with more datapoints than others. * Add test to serialize data with more than 100 and metrics and more 100 datapoints per metric. * Add comments and rename confusing variable name. * Add extra asserts. Compute the full expected results so we ensure the slicing logic doesn't cause any datapoint to be lost.
- Loading branch information
Showing
4 changed files
with
122 additions
and
19 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
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