mirror of
https://github.com/reonokiy/compose.git
synced 2025-06-15 13:12:54 +02:00
update
This commit is contained in:
parent
55148f604f
commit
829fc9e14a
1 changed files with 3 additions and 1 deletions
|
@ -14,7 +14,7 @@ endpoints = ["http://openobserve:5080/metrics"]
|
||||||
[sinks.openobserve_logs]
|
[sinks.openobserve_logs]
|
||||||
inputs = ["observe_nokiy_net_logs"]
|
inputs = ["observe_nokiy_net_logs"]
|
||||||
type = "http"
|
type = "http"
|
||||||
uri = "${OTLP_URI}/api/default/observe_nokiy_net_metrics/_json"
|
uri = "${OTLP_URI}/api/default/observe_nokiy_net_logs/_json"
|
||||||
method = "post"
|
method = "post"
|
||||||
auth.strategy = "basic"
|
auth.strategy = "basic"
|
||||||
auth.user = "${OTLP_USER}"
|
auth.user = "${OTLP_USER}"
|
||||||
|
@ -31,3 +31,5 @@ endpoint = "${OTLP_URI}/api/default/prometheus/api/v1/write"
|
||||||
auth.strategy = "basic"
|
auth.strategy = "basic"
|
||||||
auth.user = "${OTLP_USER}"
|
auth.user = "${OTLP_USER}"
|
||||||
auth.password = "${OTLP_PASSWORD}"
|
auth.password = "${OTLP_PASSWORD}"
|
||||||
|
compression = "snappy"
|
||||||
|
healthcheck.enabled = false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue