Skip to content

Commit

Permalink
chore: add prometheus.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SantiagoPittella committed Dec 19, 2024
1 parent a5c75fc commit 7d655d5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions bin/tx-prover/prometheus.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
global:
scrape_interval: 15s # Set the scrape interval to every 15 seconds. Default is every 1 minute.
evaluation_interval: 15s # Evaluate rules every 15 seconds. The default is every 1 minute.
# scrape_timeout is set to the global default (10s).

# A scrape configuration containing exactly one endpoint to scrape:
scrape_configs:
- job_name: "proxy"
# Here you need to specify the address of the Prometheus service endpoint in the proxy
static_configs:
- targets: ["127.0.0.1:6192"]

0 comments on commit 7d655d5

Please sign in to comment.