Add Postgres exporter service

This commit is contained in:
HDwayne
2024-02-04 01:18:34 +01:00
parent a56b04f04b
commit 5f691ef877
2 changed files with 12 additions and 0 deletions

View File

@@ -17,3 +17,6 @@ scrape_configs:
- job_name: "rabbitmq"
static_configs:
- targets: ["rabbitmq:15692"]
- job_name: "postgres-exporter"
static_configs:
- targets: ["postgres-exporter:9187"]