mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-09 15:38:03 -05:00
26 lines
418 B
YAML
26 lines
418 B
YAML
receivers:
|
|
otlp:
|
|
protocols:
|
|
http:
|
|
endpoint: 0.0.0.0:4318
|
|
processors:
|
|
batch:
|
|
|
|
exporters:
|
|
prometheus:
|
|
endpoint: "0.0.0.0:8889"
|
|
resource_to_telemetry_conversion:
|
|
enabled: true
|
|
extensions:
|
|
health_check:
|
|
pprof:
|
|
zpages:
|
|
|
|
service:
|
|
extensions: [health_check, pprof, zpages]
|
|
pipelines:
|
|
metrics:
|
|
receivers: [otlp]
|
|
processors: [batch]
|
|
exporters: [prometheus]
|