Skip to content

Commit

Permalink
Remove tabs from the OTEL test config files (#2520)
Browse files Browse the repository at this point in the history
Signed-off-by: Pavol Loffay <[email protected]>
  • Loading branch information
pavolloffay committed Sep 29, 2020
1 parent a45aadc commit 541d94a
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 54 deletions.
55 changes: 27 additions & 28 deletions cmd/opentelemetry/app/exporter/kafkaexporter/testdata/config.yaml
Original file line number Diff line number Diff line change
@@ -1,31 +1,30 @@
receivers:
examplereceiver:
receivers:
examplereceiver:

processors:
exampleprocessor:
processors:
exampleprocessor:

exporters:
kafka:
topic: jaeger-prod
encoding: emojis
brokers: foo,bar
auth:
plain_text:
username: user
password: 123
tls:
ca_file: ca.crt
key_file: key.crt
cert_file: cert.crt
insecure: true
kerberos:
realm: jaeger
config_file: /etc/foo
exporters:
kafka:
topic: jaeger-prod
encoding: emojis
brokers: foo,bar
auth:
plain_text:
username: user
password: 123
tls:
ca_file: ca.crt
key_file: key.crt
cert_file: cert.crt
insecure: true
kerberos:
realm: jaeger
config_file: /etc/foo


service:
pipelines:
traces:
receivers: [examplereceiver]
processors: [exampleprocessor]
exporters: [kafka]
service:
pipelines:
traces:
receivers: [examplereceiver]
processors: [exampleprocessor]
exporters: [kafka]
51 changes: 25 additions & 26 deletions cmd/opentelemetry/app/receiver/kafkareceiver/testdata/config.yaml
Original file line number Diff line number Diff line change
@@ -1,29 +1,28 @@
receivers:
kafka:
brokers: foo,bar
topic: jaeger-prod
encoding: emojis
auth:
plain_text:
username: user
password: 123
tls:
ca_file: ca.crt
key_file: key.crt
insecure: true
kerberos:
config_file: /etc/foo
receivers:
kafka:
brokers: foo,bar
topic: jaeger-prod
encoding: emojis
auth:
plain_text:
username: user
password: 123
tls:
ca_file: ca.crt
key_file: key.crt
insecure: true
kerberos:
config_file: /etc/foo

processors:
exampleprocessor:

processors:
exampleprocessor:
exporters:
exampleexporter:

exporters:
exampleexporter:

service:
pipelines:
traces:
receivers: [kafka]
processors: [exampleprocessor]
exporters: [exampleexporter]
service:
pipelines:
traces:
receivers: [kafka]
processors: [exampleprocessor]
exporters: [exampleexporter]

0 comments on commit 541d94a

Please sign in to comment.