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
|
||||
metrics-pipeline:
|
||||
source:
|
||||
otel_trace_source:
|
||||
otel_metrics_source:
|
||||
processor:
|
||||
- otel_metrics_raw_processor:
|
||||
sink:
|
||||
|
|
Loading…
Reference in New Issue