Update prometheus.yml
Browse files- prometheus.yml +2 -4
prometheus.yml
CHANGED
|
@@ -32,9 +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']
|
| 39 |
-
labels:
|
| 40 |
-
app: "deno_app"
|
|
|
|
| 32 |
static_configs:
|
| 33 |
- targets: ['localhost:9091']
|
| 34 |
|
| 35 |
+
- job_name: 'denometrics'
|
| 36 |
scheme: https
|
| 37 |
static_configs:
|
| 38 |
+
- targets: ['my-metrics.deno.dev']
|
|
|
|
|
|