Skip to content

Commit

Permalink
feat(relayer): add one more prometheus target for rabbitmq queue (#16539
Browse files Browse the repository at this point in the history
)

Co-authored-by: Korbinian <[email protected]>
  • Loading branch information
xiaodino and KorbinianK authored Mar 27, 2024
1 parent 3beba21 commit 3e3f529
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/relayer/docker-compose/prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ scrape_configs:
- job_name: "rabbitmq"
static_configs:
- targets: ["host.docker.internal:15692"]

- job_name: "rabbitmq_queue"
metrics_path: /metrics/per-object
static_configs:
- targets: ["host.docker.internal:15692"]

0 comments on commit 3e3f529

Please sign in to comment.