Browse Source

fix: incorrect prometheus url

AlpinDale 1 year ago
parent
commit
9ed45fec7c
1 changed files with 1 additions and 2 deletions
  1. 1 2
      examples/monitoring/prometheus.yaml

+ 1 - 2
examples/monitoring/prometheus.yaml

@@ -5,7 +5,6 @@ global:
 scrape_configs:
 scrape_configs:
   - job_name: aphrodite-engine
   - job_name: aphrodite-engine
     metrics_path: /metrics
     metrics_path: /metrics
-    scheme: https
     static_configs:
     static_configs:
       - targets:
       - targets:
-          - 'sc-arlington-commitments-antarctica.trycloudflare.com'
+          - 'host.docker.internal:2242'