-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes the issue of not being able to receive Jaeger HotROD 1.60.0 via…
… OpenTelemetry SDK Signed-off-by: linghengqian <[email protected]>
- Loading branch information
1 parent
8abf1d5
commit 2823b94
Showing
2 changed files
with
20 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
receivers: | ||
jaeger: | ||
otlp: | ||
protocols: | ||
grpc: | ||
http: | ||
endpoint: otel-collector:4318 | ||
|
||
exporters: | ||
otlp/2: | ||
endpoint: data-prepper:21890 | ||
tls: | ||
insecure: true | ||
insecure_skip_verify: true | ||
logging: | ||
|
||
service: | ||
pipelines: | ||
traces: | ||
receivers: [jaeger] | ||
receivers: [otlp] | ||
exporters: [logging, otlp/2] |