Skip to content

Commit c770997

Browse files
committed
Remove docs alias.
1 parent 061132a commit c770997

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/sources/reference/components/otelcol/otelcol.processor.metric_start_time.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
---
22
canonical: https://grafana.com/docs/alloy/latest/reference/components/otelcol/otelcol.processor.metric_start_time/
3-
aliases:
4-
- ../otelcol.processor.metric_start_time/ # /docs/alloy/latest/reference/otelcol.processor.metric_start_time/
53
description: Learn about otelcol.processor.metric_start_time
64
labels:
75
stage: general-availability
@@ -12,11 +10,9 @@ title: otelcol.processor.metric_start_time
1210

1311
# `otelcol.processor.metric_start_time`
1412

15-
`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.
1614
This processor is commonly used with `otelcol.receiver.prometheus`, which produces metric points without a [start time][otlp-start-time].
1715

18-
`otelcol.processor.metric_start_time` does not modify metric datapoints which already have a start time,
19-
2016
{{< admonition type="note" >}}
2117
`otelcol.processor.metric_start_time` is a wrapper over the upstream OpenTelemetry Collector [`metricstarttime`][] processor.
2218
Bug reports or feature requests will be redirected to the upstream repository, if necessary.

0 commit comments

Comments
 (0)