Update prometheus.yml
Browse files- 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']
|