Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove tabs from the OTEL test config files #2520

Merged
merged 1 commit into from
Sep 29, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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]