Skip to content

Commit 19b9ad4

Browse files
committed
Merge remote-tracking branch 'upstream/master' into 2024/add/opentelemetry
2 parents d8c7846 + 48d1eb2 commit 19b9ad4

File tree

5 files changed

+108
-90
lines changed

5 files changed

+108
-90
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
receivers:
2+
otlp:
3+
protocols:
4+
grpc:
5+
endpoint: 0.0.0.0:4317 # Default endpoint for OTLP over gRPC
6+
http:
7+
endpoint: 0.0.0.0:4318 # Default endpoint for OTLP over HTTP
8+
exporters:
9+
otlphttp:
10+
endpoint: ${TRACING_OPENTELEMETRY_COLLECTOR_EXPORTER_ENDPOINT} # Adjust to your Jaeger endpoint
11+
debug:
12+
verbosity: detailed
13+
service:
14+
pipelines:
15+
traces:
16+
receivers: [otlp]
17+
exporters: [otlphttp,debug]
18+
telemetry:
19+
logs:
20+
level: "debug"
21+
processors:
22+
batch:
23+
timeout: 5s
24+
send_batch_size: ${TRACING_OPENTELEMETRY_COLLECTOR_BATCH_SIZE}
25+
probabilistic_sampler:
26+
sampling_percentage: ${TRACING_OPENTELEMETRY_COLLECTOR_SAMPLING_PERCENTAGE}
Binary file not shown.
Lines changed: 41 additions & 45 deletions
Loading
Binary file not shown.
Lines changed: 41 additions & 45 deletions
Loading

0 commit comments

Comments
 (0)