Fixes the metrics-pipeline to use otel_metrics_source which is the correct source plugin here. (#1155)
Signed-off-by: David Venable <dlv@amazon.com> Signed-off-by: David Venable <dlv@amazon.com>
This commit is contained in:
parent
ab5654cc36
commit
e08b786d52
|
@ -194,7 +194,7 @@ To set up a metrics pipeline:
|
||||||
```yml
|
```yml
|
||||||
metrics-pipeline:
|
metrics-pipeline:
|
||||||
source:
|
source:
|
||||||
otel_trace_source:
|
otel_metrics_source:
|
||||||
processor:
|
processor:
|
||||||
- otel_metrics_raw_processor:
|
- otel_metrics_raw_processor:
|
||||||
sink:
|
sink:
|
||||||
|
|
Loading…
Reference in New Issue