mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
27 lines
508 B
YAML
27 lines
508 B
YAML
service:
|
|
flush: 1
|
|
log_level: debug
|
|
|
|
pipeline:
|
|
inputs:
|
|
- name: http
|
|
listen: 0.0.0.0
|
|
port: 8889
|
|
|
|
outputs:
|
|
- name: stdout
|
|
match: '*'
|
|
- name: opentelemetry
|
|
match: '*'
|
|
host: 'local.genosyn.com'
|
|
port: 443
|
|
metrics_uri: '/otlp/v1/metrics'
|
|
logs_uri: '/otlp/v1/logs'
|
|
traces_uri: '/otlp/v1/traces'
|
|
tls: On
|
|
header:
|
|
- x-oneuptime-token ad29ff90-100f-11f0-a779-39a19251c0cf
|
|
- x-oneuptime-service-name demo-service-1
|
|
|
|
|
|
|