Skip to content

Commit

Permalink
Jaeger otlp updates (#3771)
Browse files Browse the repository at this point in the history
Signed-off-by: Alice Gibbons <[email protected]>
  • Loading branch information
alicejgibbons authored Sep 28, 2023
1 parent 9af6270 commit 7ed281a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ To push traces to your Jaeger instance, install the OpenTelemetry Collector on y

1. Download and inspect the [`open-telemetry-collector-jaeger.yaml`](/docs/open-telemetry-collector/open-telemetry-collector-jaeger.yaml) file.

1. In the data section of the `otel-collector-conf` ConfigMap, update the `jaeger.endpoint` value to reflect the endpoint of your Jaeger collector Kubernetes service object.
1. In the data section of the `otel-collector-conf` ConfigMap, update the `otlp/jaeger.endpoint` value to reflect the endpoint of your Jaeger collector Kubernetes service object.

1. Deploy the OpenTelemetry Collector into the same namespace where your Dapr-enabled applications are running:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ data:
# https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter
# for full lists of trace exporters that you can use, and how to
# configure them.
jaeger:
endpoint: "jaeger-collector.observability.svc.cluster.local:14250"
otlp/jaeger:
endpoint: "jaeger-collector.observability.svc.cluster.local:4317"
tls:
insecure: true
service:
Expand All @@ -40,7 +40,7 @@ data:
traces:
receivers: [otlp]
# List your exporter here.
exporters: [jaeger,logging]
exporters: [otlp/jaeger,logging]
---
apiVersion: v1
kind: Service
Expand Down

0 comments on commit 7ed281a

Please sign in to comment.