From ce51d15312a9d9efc83eebead3508f1ccb9c7004 Mon Sep 17 00:00:00 2001 From: royalcat <k.adamovich20@gmail.com> Date: Tue, 20 Aug 2024 19:17:39 +0300 Subject: [PATCH] otel-collector instance label --- otel-collector/config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/otel-collector/config.yaml b/otel-collector/config.yaml index 6dba22a..2f75812 100644 --- a/otel-collector/config.yaml +++ b/otel-collector/config.yaml @@ -17,6 +17,7 @@ receivers: scrape_interval: 10s static_configs: - targets: ["localhost:8888"] + labels: { "instance": "bigserver-otel-collector" } processors: batch: