Skip to content

Commit de9f9ed

Browse files
PadreSVKchalin
authored andcommitted
docs: apply suggested changes
1 parent f62946d commit de9f9ed

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

content/en/docs/collector/configuration.md

+5-9
Original file line numberDiff line numberDiff line change
@@ -638,20 +638,16 @@ 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.
641+
642+
As with components, use the `type[/name]` syntax to create additional pipelines for a given type. Here is an example extending the previous configuration:
642643

643644
```yaml
644645
service:
645646
pipelines:
646-
metrics:
647-
receivers: [opencensus, prometheus]
648-
processors: [batch]
649-
exporters: [opencensus, prometheus]
647+
# ...
650648
traces:
651-
receivers: [opencensus, jaeger]
652-
processors: [batch, memory_limiter]
653-
exporters: [opencensus, zipkin]
654-
traces/better_pipeline:
649+
# ...
650+
traces/2:
655651
receivers: [opencensus]
656652
processors: [batch]
657653
exporters: [zipkin]

0 commit comments

Comments
 (0)