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
`otelcol.processor.metric_start_time` accepts metrics from other `otelcol` components and sets the start time for cumulative metric points when the start time is unknown.
13
+
`otelcol.processor.metric_start_time` accepts metrics from other `otelcol` components and sets the start time for cumulative metric datapoints which do not already have a start time.
16
14
This processor is commonly used with `otelcol.receiver.prometheus`, which produces metric points without a [start time][otlp-start-time].
17
15
18
-
`otelcol.processor.metric_start_time` does not modify metric datapoints which already have a start time,
19
-
20
16
{{< admonition type="note" >}}
21
17
`otelcol.processor.metric_start_time` is a wrapper over the upstream OpenTelemetry Collector [`metricstarttime`][] processor.
22
18
Bug reports or feature requests will be redirected to the upstream repository, if necessary.
0 commit comments