This commit is contained in:
reonokiy 2025-05-16 23:38:22 +08:00
parent 55148f604f
commit 829fc9e14a
Signed by: reonokiy
SSH key fingerprint: SHA256:2VjKpUxMIe0QYY3OVnOMuPiB0X5pvrIpJ+UiyFhxtq0

View file

@ -14,7 +14,7 @@ endpoints = ["http://openobserve:5080/metrics"]
[sinks.openobserve_logs]
inputs = ["observe_nokiy_net_logs"]
type = "http"
uri = "${OTLP_URI}/api/default/observe_nokiy_net_metrics/_json"
uri = "${OTLP_URI}/api/default/observe_nokiy_net_logs/_json"
method = "post"
auth.strategy = "basic"
auth.user = "${OTLP_USER}"
@ -31,3 +31,5 @@ endpoint = "${OTLP_URI}/api/default/prometheus/api/v1/write"
auth.strategy = "basic"
auth.user = "${OTLP_USER}"
auth.password = "${OTLP_PASSWORD}"
compression = "snappy"
healthcheck.enabled = false