Skip to content

Commit

Permalink
Switch examples to use OTLP/HTTP (#864)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmm-sumo authored Feb 18, 2021
1 parent a7d9872 commit be7b400
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ processors:
extensions:
health_check: {}
exporters:
zipkin:
endpoint: ENDPOINT_URL
otlphttp:
traces_endpoint: ENDPOINT_URL
## Following generates verbose logs with span content, useful to verify what
## metadata is being tagged. To enable, uncomment and add "logging" to exporters below.
## There are two levels that could be used: `debug` and `info` with the former
Expand All @@ -101,4 +101,4 @@ service:
traces:
receivers: [jaeger, opencensus, otlp, zipkin]
processors: [memory_limiter, cascading_filter, batch]
exporters: [zipkin]
exporters: [otlphttp]
6 changes: 3 additions & 3 deletions examples/non-kubernetes/gateway-configuration-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ processors:
extensions:
health_check: {}
exporters:
zipkin:
endpoint: ENDPOINT_URL
otlphttp:
traces_endpoint: ENDPOINT_URL
## Following generates verbose logs with span content, useful to verify what
## metadata is being tagged. To enable, uncomment and add "logging" to exporters below.
## There are two levels that could be used: `debug` and `info` with the former
Expand All @@ -59,4 +59,4 @@ service:
traces:
receivers: [jaeger, opencensus, otlp, zipkin]
processors: [memory_limiter, batch]
exporters: [zipkin]
exporters: [otlphttp]

0 comments on commit be7b400

Please sign in to comment.