Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add dont_delete param for sample zero
Record single metric sample value zero when dont_delete=True. Default behavior is to consider the single sample metric value zero as non-existing (dont_delete=False). This should not be a problem for throughput metric class but it might incorrectly generate post-processing metric files for other classes like 'count' type, e.g. latency.
- Loading branch information