Skip to content

Commit

Permalink
Remove usage of components that will be moved to contrib (open-teleme…
Browse files Browse the repository at this point in the history
…try#3877)

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
  • Loading branch information
bogdandrutu authored Aug 23, 2021
1 parent 4f2e4b9 commit b6ef0d6
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions service/testdata/otelcol-config.yaml
Original file line number Diff line number Diff line change
@@ -1,29 +1,23 @@
receivers:
jaeger:
otlp:
protocols:
grpc:

exporters:
opencensus:
otlp:
endpoint: "locahost:55678"

processors:
attributes:
actions:
- key: key1
value: 123
action: insert
batch:

extensions:
health_check: {}
pprof:
zpages:

service:
extensions: [pprof, zpages, health_check]
extensions: [zpages, health_check]
pipelines:
traces:
receivers: [jaeger]
processors: [attributes, batch]
exporters: [opencensus]
receivers: [otlp]
processors: [batch]
exporters: [otlp]

0 comments on commit b6ef0d6

Please sign in to comment.