SatCat commited on
Commit
966b52c
·
verified ·
1 Parent(s): 86273ff

Update prometheus.yml

Browse files
Files changed (1) hide show
  1. prometheus.yml +7 -1
prometheus.yml CHANGED
@@ -31,4 +31,10 @@ scrape_configs:
31
  # scheme: https
32
  honor_labels: true
33
  static_configs:
34
- - targets: ['localhost:9091']
 
 
 
 
 
 
 
31
  # scheme: https
32
  honor_labels: true
33
  static_configs:
34
+ - targets: ['localhost:9091']
35
+
36
+ - job_name: 'my-metrics'
37
+ scheme: https
38
+ honor_labels: true
39
+ static_configs:
40
+ - targets: ['my-metrics.deno.dev']