✨ Add new dev-run-compose task to Taskfile for running the CAATSM receiver in a Docker Compose development stack. Update monitoring configuration in config.dev.toml to use console format. Modify Prometheus scrape configuration to target a specific IP address. Enhance NATS consumer error handling with retry logic for JetStream availability and adjust logging level for consumer metrics.
This commit is contained in:
@@ -15,7 +15,5 @@ scrape_configs:
|
||||
- job_name: "caatsm-receiver"
|
||||
static_configs:
|
||||
- targets:
|
||||
# When go-caatsm runs on the host/WSL and Prometheus runs in Docker,
|
||||
# use host.docker.internal to reach the host monitoring server.
|
||||
- "host.docker.internal:2112"
|
||||
- 172.23.189.12:2112
|
||||
|
||||
|
||||
Reference in New Issue
Block a user