mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-14 17:44:06 -08:00
421a3c22ea
scrape: Remove implicit fallback to the Prometheus text format Remove implicit fallback to the Prometheus text format in case of invalid/missing Content-Type and fail the scrape instead. Add ability to specify a `fallback_scrape_protocol` in the scrape config. --------- Signed-off-by: alexgreenbank <alex.greenbank@grafana.com> Signed-off-by: Alex Greenbank <alex.greenbank@grafana.com> Co-authored-by: Björn Rabenstein <beorn@grafana.com>
6 lines
139 B
YAML
6 lines
139 B
YAML
scrape_configs:
|
|
- job_name: node
|
|
fallback_scrape_protocol: "prometheusproto"
|
|
static_configs:
|
|
- targets: ['localhost:8080']
|