From 03e2e74e3028a6650d48cf2bfcb8d9957d741fdc Mon Sep 17 00:00:00 2001 From: reonokiy Date: Fri, 16 May 2025 21:32:07 +0800 Subject: [PATCH] update --- openobserve/vector.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openobserve/vector.toml b/openobserve/vector.toml index 173e8ba..6e8afee 100644 --- a/openobserve/vector.toml +++ b/openobserve/vector.toml @@ -13,9 +13,9 @@ endpoints = ["http://openobserve:5080/metrics"] [sinks.observe_nokiy_net] type = "opentelemetry" -encoding.codec = "json" inputs = ["observe_nokiy_net_logs", "observe_nokiy_net_metrics"] protocol.type = "http" +protocol.encoding.codec = "json" protocol.uri = "${OTLP_URI}/api/default" protocol.auth.strategy = "basic" protocol.auth.user = "${OTLP_USER}"