Skip to content

Commit cd90ab7

Browse files
[docs] Improve pipeline section docs (open-telemetry#6176)
Co-authored-by: opentelemetrybot <[email protected]>
1 parent 974199b commit cd90ab7

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

content/en/docs/collector/configuration.md

+15
Original file line numberDiff line numberDiff line change
@@ -639,6 +639,21 @@ service:
639639
exporters: [opencensus, zipkin]
640640
```
641641

642+
As with components, use the `type[/name]` syntax to create additional pipelines
643+
for a given type. Here is an example extending the previous configuration:
644+
645+
```yaml
646+
service:
647+
pipelines:
648+
# ...
649+
traces:
650+
# ...
651+
traces/2:
652+
receivers: [opencensus]
653+
processors: [batch]
654+
exporters: [zipkin]
655+
```
656+
642657
### Telemetry
643658

644659
The `telemetry` config section is where you can set up observability for the

0 commit comments

Comments
 (0)