Prometheus and Grafana dashboard for monitoring RabbitMQ

This commit is contained in:
2024-11-23 00:05:22 +02:00
parent 64dbc34a13
commit 7654a92e28
7 changed files with 463 additions and 4 deletions

View File

@@ -0,0 +1,19 @@
global:
scrape_interval: 1s
scrape_configs:
- job_name: 'rabbitmq'
static_configs:
- targets: ['rabbitmq:15692']
basic_auth:
username: "symphony"
password: "symphony"
- job_name: 'node_exporter'
static_configs:
- targets: ['node-exporter:9100']
- job_name: 'prometheus'
static_configs:
- targets: [ 'prometheus:9090' ]