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: