Skip to content

Commit ec7c3d1

Browse files
PadreSVKPatrik Svikruha
authored and
Patrik Svikruha
committed

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

content/en/docs/collector/configuration.md

+18
Original file line numberDiff line numberDiff line change
@@ -627,6 +627,24 @@ service:
627627
processors: [batch, memory_limiter]
628628
exporters: [opencensus, zipkin]
629629
```
630+
As with components, use the `type[/name]` syntax to create additional pipelines for a given type.
631+
632+
```yaml
633+
service:
634+
pipelines:
635+
metrics:
636+
receivers: [opencensus, prometheus]
637+
processors: [batch]
638+
exporters: [opencensus, prometheus]
639+
traces:
640+
receivers: [opencensus, jaeger]
641+
processors: [batch, memory_limiter]
642+
exporters: [opencensus, zipkin]
643+
traces/better_pipeline:
644+
receivers: [opencensus]
645+
processors: [batch]
646+
exporters: [zipkin]
647+
```
630648

631649
### Telemetry
632650

0 commit comments

Comments
 (0)