✨ Add NATS exporter to Docker Compose for enhanced observability, update Prometheus and Grafana configurations to integrate new metrics, and enhance documentation to reflect changes in the development stack.
This commit is contained in:
@@ -45,6 +45,21 @@ services:
|
||||
networks:
|
||||
- devnet
|
||||
|
||||
nats-exporter:
|
||||
image: natsio/prometheus-nats-exporter:0.14.0
|
||||
depends_on:
|
||||
- nats
|
||||
command:
|
||||
- "-varz"
|
||||
- "-connz"
|
||||
- "-routez"
|
||||
- "-subz"
|
||||
- "http://nats:8222"
|
||||
ports:
|
||||
- "7777:7777"
|
||||
networks:
|
||||
- devnet
|
||||
|
||||
nats-box:
|
||||
image: synadia/nats-box:latest
|
||||
entrypoint: ["sleep", "infinity"]
|
||||
|
||||
Reference in New Issue
Block a user