Update observability configuration by enabling monitoring in the development environment, adding a new Prometheus scrape job for the CAATSM receiver, and enhancing documentation with recommended scrape configurations and validation steps for metrics. Refactor NATS consumer initialization to ensure idempotent consumer creation.

This commit is contained in:
windyboy
2025-11-16 10:34:53 +08:00
parent e440c057b5
commit 7e7b8ca412
4 changed files with 135 additions and 11 deletions
+1
View File
@@ -57,6 +57,7 @@ endpoint = "localhost:4318"
insecure = true
[monitoring]
disabled = false
addr = ":2112"
enable_metrics = true
enable_health = true