Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
beeme1mr authored Jul 30, 2024
2 parents 5f5a17d + 1fe0eac commit 1c61450
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 1c61450

Please sign in to comment.