diff --git a/harmony.yml b/harmony.yml index bc7f1417..fff0ca78 100644 --- a/harmony.yml +++ b/harmony.yml @@ -35,6 +35,9 @@ services: - "traefik.http.routers.harmony-mainnet.tls.certresolver=myresolver" - "traefik.http.routers.harmony-mainnet.rule=Host(`$DOMAIN`) && PathPrefix(`/harmony`)" - "traefik.http.routers.harmony-mainnet.middlewares=harmony-mainnet-stripprefix, ipwhitelist" + - "prometheus-scrape.enabled=true" + - "prometheus-scrape.port=9900" + - "prometheus-scrape.job_name=harmony-mainnet" volumes: harmony: \ No newline at end of file