Update prometheus.yml
Browse files- prometheus.yml +2 -2
prometheus.yml
CHANGED
|
@@ -12,7 +12,7 @@ global:
|
|
| 12 |
# # - alertmanager:9093
|
| 13 |
|
| 14 |
# Load rules once and periodically evaluate them according to the global 'evaluation_interval'.
|
| 15 |
-
rule_files:
|
| 16 |
# - "first_rules.yml"
|
| 17 |
# - "second_rules.yml"
|
| 18 |
|
|
@@ -32,7 +32,7 @@ scrape_configs:
|
|
| 32 |
static_configs:
|
| 33 |
- targets: ['localhost:9091']
|
| 34 |
|
| 35 |
-
- job_name: '
|
| 36 |
scheme: https
|
| 37 |
static_configs:
|
| 38 |
- targets: ['my-metrics.deno.dev']
|
|
|
|
| 12 |
# # - alertmanager:9093
|
| 13 |
|
| 14 |
# Load rules once and periodically evaluate them according to the global 'evaluation_interval'.
|
| 15 |
+
#rule_files:
|
| 16 |
# - "first_rules.yml"
|
| 17 |
# - "second_rules.yml"
|
| 18 |
|
|
|
|
| 32 |
static_configs:
|
| 33 |
- targets: ['localhost:9091']
|
| 34 |
|
| 35 |
+
- job_name: 'denojob'
|
| 36 |
scheme: https
|
| 37 |
static_configs:
|
| 38 |
- targets: ['my-metrics.deno.dev']
|