Skip to content

Commit

Permalink
chore: update otel example configurations (#1370)
Browse files Browse the repository at this point in the history
Signed-off-by: Kavindu Dodanduwa <[email protected]>
  • Loading branch information
Kavindu-Dodan authored Jul 30, 2024
1 parent 0c68726 commit 1fe0eac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/reference/monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ official [OTEL collector example](https://github.com/open-telemetry/opentelemetr
#### docker-compose.yaml

```yaml
version: "3"
services:
# Jaeger
jaeger-all-in-one:
Expand Down Expand Up @@ -122,13 +121,14 @@ receivers:
otlp:
protocols:
grpc:
endpoint: 0.0.0.0:4317
exporters:
prometheus:
endpoint: "0.0.0.0:8889"
const_labels:
label1: value1
jaeger:
endpoint: jaeger-all-in-one:14250
otlp/jaeger:
endpoint: jaeger-all-in-one:4317
tls:
insecure: true
processors:
Expand All @@ -138,7 +138,7 @@ service:
traces:
receivers: [ otlp ]
processors: [ batch ]
exporters: [ jaeger ]
exporters: [ otlp/jaeger ]
metrics:
receivers: [ otlp ]
processors: [ batch ]
Expand Down

0 comments on commit 1fe0eac

Please sign in to comment.