Update prometheus.yml
Browse files- prometheus.yml +1 -0
prometheus.yml
CHANGED
|
@@ -34,5 +34,6 @@ scrape_configs:
|
|
| 34 |
|
| 35 |
- job_name: 'denojob'
|
| 36 |
scheme: https
|
|
|
|
| 37 |
static_configs:
|
| 38 |
- targets: ['my-metrics.deno.dev']
|
|
|
|
| 34 |
|
| 35 |
- job_name: 'denojob'
|
| 36 |
scheme: https
|
| 37 |
+
fallback_scrape_protocol: PrometheusText0.0.4
|
| 38 |
static_configs:
|
| 39 |
- targets: ['my-metrics.deno.dev']
|