opencensus-specs
opencensus-specs copied to clipboard
Metrics: Add specs on Cumulative APIs
Fixes #241
/cc @sumeer
Question: how do we define and deal with start time with cumulative APIs? Do we set the start time when creating a cumulative and reset it to the time when
reset
is called?
In a time series, cumulative metric should have the same start time (set when creating a cumulative) and increasing end times, until an event resets then the start time should also be reset and we should use new start time for the following points.
I will update the specs with this info. Thanks