Skip to content

Commit

Permalink
feat(relayer): Add one more prometheus target for rabbitmq queue
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaodino committed Mar 27, 2024
1 parent 5c84e16 commit 8157947
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 8157947

Please sign in to comment.