Skip to content

Commit f62946d

Browse files

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
@@ -638,6 +638,24 @@ service:
638638
processors: [batch, memory_limiter]
639639
exporters: [opencensus, zipkin]
640640
```
641+
As with components, use the `type[/name]` syntax to create additional pipelines for a given type.
642+
643+
```yaml
644+
service:
645+
pipelines:
646+
metrics:
647+
receivers: [opencensus, prometheus]
648+
processors: [batch]
649+
exporters: [opencensus, prometheus]
650+
traces:
651+
receivers: [opencensus, jaeger]
652+
processors: [batch, memory_limiter]
653+
exporters: [opencensus, zipkin]
654+
traces/better_pipeline:
655+
receivers: [opencensus]
656+
processors: [batch]
657+
exporters: [zipkin]
658+
```
641659

642660
### Telemetry
643661

0 commit comments

Comments
 (0)