Update prometheus.yml
Browse files- prometheus.yml +6 -6
prometheus.yml
CHANGED
@@ -32,9 +32,9 @@ scrape_configs:
|
|
32 |
static_configs:
|
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']
|
|
|
32 |
static_configs:
|
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']
|