Skip to content

Commit

Permalink
[processor/routing] Fix wrong array config in example (#6984)
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredTan95 authored Jan 3, 2022
1 parent 262fbdb commit 2f11be4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion processor/routingprocessor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ Example:
processors:
routing:
from_attribute: X-Tenant
default_exporters: jaeger
default_exporters:
- jaeger
table:
- value: acme
exporters: [jaeger/acme]
Expand Down

0 comments on commit 2f11be4

Please sign in to comment.