@@ -121,11 +121,11 @@ connectors:
121
121
routing/subscription_subscription-example-1_outputs :
122
122
table :
123
123
- statement : route()
124
- pipelines : [logs/output_loki- test-output,logs/output_otlp -test-output]
124
+ pipelines : [logs/output_example-tenant-ns_subscription-example-1_collector_loki- test-output, logs/output_example-tenant-ns_subscription-example-1_collector_otlp -test-output]
125
125
routing/subscription_subscription-example-2_outputs :
126
126
table :
127
127
- statement : route()
128
- pipelines : [logs/output_otlp -test-output-2]
128
+ pipelines : [logs/output_example-tenant-ns_subscription-example-2_collector_otlp -test-output-2]
129
129
routing/tenant_example-tenant_subscriptions :
130
130
table :
131
131
- statement : route()
@@ -142,14 +142,14 @@ service:
142
142
receivers : [filelog/kubernetes]
143
143
processors : [k8sattributes]
144
144
exporters : [routing/tenants]
145
- logs/output_loki -test-output :
145
+ logs/output_example-tenant-ns_subscription-example-1_collector_loki -test-output :
146
146
receivers : [routing/subscription_subscription-example-1_outputs]
147
147
processors : [attributes/loki_exporter_loki-test-output, resource/loki_exporter_loki-test-output]
148
148
exporters : [loki/collector_loki-test-output]
149
- logs/output_otlp -test-output :
149
+ logs/output_example-tenant-ns_subscription-example-1_collector_otlp -test-output :
150
150
receivers : [routing/subscription_subscription-example-1_outputs]
151
151
exporters : [otlp/otlp-test-output]
152
- logs/output_otlp -test-output-2 :
152
+ logs/output_example-tenant-ns_subscription-example-2_collector_otlp -test-output-2 :
153
153
receivers : [routing/subscription_subscription-example-2_outputs]
154
154
exporters : [otlp/otlp-test-output-2]
155
155
logs/tenant_example-tenant :
0 commit comments