SatCat commited on
Commit
7ff3896
·
verified ·
1 Parent(s): 3bf3c01

Update prometheus.yml

Browse files
Files changed (1) hide show
  1. prometheus.yml +2 -1
prometheus.yml CHANGED
@@ -33,7 +33,8 @@ scrape_configs:
33
  - targets: ['localhost:9091']
34
 
35
  - job_name: 'denojob'
36
- # scheme: https
 
37
  fallback_scrape_protocol: PrometheusText0.0.4
38
  static_configs:
39
  - targets: ['my-metrics.deno.dev']
 
33
  - targets: ['localhost:9091']
34
 
35
  - job_name: 'denojob'
36
+ scheme: https
37
+ scrape_interval: 20s
38
  fallback_scrape_protocol: PrometheusText0.0.4
39
  static_configs:
40
  - targets: ['my-metrics.deno.dev']