mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 03:47:59 -04:00
31 lines
513 B
YAML
31 lines
513 B
YAML
receivers:
|
|
otlp:
|
|
protocols:
|
|
http:
|
|
|
|
processors:
|
|
batch:
|
|
timeout: 10s
|
|
resourcedetection:
|
|
detectors: [gce, system]
|
|
|
|
exporters:
|
|
logging:
|
|
loglevel: debug
|
|
sampling_initial: 5
|
|
sampling_thereafter: 10
|
|
|
|
|
|
service:
|
|
telemetry:
|
|
logs:
|
|
level: debug
|
|
pipelines:
|
|
traces:
|
|
receivers: [otlp]
|
|
processors: [batch, resourcedetection]
|
|
exporters: [logging]
|
|
metrics:
|
|
receivers: [otlp]
|
|
processors: [batch, resourcedetection]
|
|
exporters: [logging]
|