You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.
I think only cumulative metrics have start time, and per proto definition:
// Must be present for cumulative metrics. The time when the cumulative value// was reset to zero. Exclusive. The cumulative value is over the time interval// (start_timestamp, timestamp]. If not specified, the backend can use the// previous recorded value.
google.protobuf.Timestamp start_timestamp = 1;
It seems start time is the time when aggregation begins. So you're suggesting Timeseries.setPoint resets the cumulative metrics?
https://github.com/bogdandrutu/opencensus-java/blob/master/api/src/main/java/io/opencensus/metrics/export/TimeSeries.java#L96
The text was updated successfully, but these errors were encountered: