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
Pinging code owners for processor/metricstarttime: @dashpole@ridwanmsharif. See Adding Labels via Comments if you do not have permissions to add labels yourself. For example, comment '/label priority:p2 -needs-triaged' to set the priority and remove the needs-triaged label.
Component(s)
processor/metricstarttime
Is your feature request related to a problem? Please describe.
The metric start time processor will need to cache start timestamps and values for timeseries it processes for a variety of strategies.
The current cache is part of the true_reset_point strategy: https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/processor/metricstarttimeprocessor/internal/truereset/start_time_cache.go
Describe the solution you'd like
We should move that to its own internal directory, and the type it stores generic so that it can be re-used by other strategies.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: