Update prometheus.yml
Browse files- prometheus.yml +8 -8
prometheus.yml
CHANGED
|
@@ -5,11 +5,11 @@ global:
|
|
| 5 |
# scrape_timeout is set to the global default (10s).
|
| 6 |
|
| 7 |
# Alertmanager configuration
|
| 8 |
-
alerting:
|
| 9 |
-
alertmanagers:
|
| 10 |
-
- static_configs:
|
| 11 |
-
- targets:
|
| 12 |
-
# - alertmanager:9093
|
| 13 |
|
| 14 |
# Load rules once and periodically evaluate them according to the global 'evaluation_interval'.
|
| 15 |
rule_files:
|
|
@@ -28,13 +28,13 @@ scrape_configs:
|
|
| 28 |
app: "prometheus"
|
| 29 |
|
| 30 |
- job_name: 'pushgateway'
|
| 31 |
-
# scheme: https
|
| 32 |
honor_labels: true
|
| 33 |
static_configs:
|
| 34 |
- targets: ['localhost:9091']
|
| 35 |
|
| 36 |
-
- job_name: '
|
| 37 |
scheme: https
|
| 38 |
-
honor_labels: true
|
| 39 |
static_configs:
|
| 40 |
- targets: ['my-metrics.deno.dev']
|
|
|
|
|
|
|
|
|
| 5 |
# scrape_timeout is set to the global default (10s).
|
| 6 |
|
| 7 |
# Alertmanager configuration
|
| 8 |
+
# alerting:
|
| 9 |
+
# alertmanagers:
|
| 10 |
+
# - static_configs:
|
| 11 |
+
# - targets:
|
| 12 |
+
# # - alertmanager:9093
|
| 13 |
|
| 14 |
# Load rules once and periodically evaluate them according to the global 'evaluation_interval'.
|
| 15 |
rule_files:
|
|
|
|
| 28 |
app: "prometheus"
|
| 29 |
|
| 30 |
- job_name: 'pushgateway'
|
|
|
|
| 31 |
honor_labels: true
|
| 32 |
static_configs:
|
| 33 |
- targets: ['localhost:9091']
|
| 34 |
|
| 35 |
+
- job_name: 'deno-metrics'
|
| 36 |
scheme: https
|
|
|
|
| 37 |
static_configs:
|
| 38 |
- targets: ['my-metrics.deno.dev']
|
| 39 |
+
labels:
|
| 40 |
+
app: "deno_app"
|