Prometheus: Disable prometheus enable-admin-api by default
This disables the Prometheus admin http api by default to fall in line with the service defaults, as enabling this exposes endpoints for deleting and modifying time series over http. Change-Id: I797dce32d625c4c8e927a6b0649dbba0db7f6905
This commit is contained in:
parent
c1a8572584
commit
f4257cdc23
@ -192,7 +192,7 @@ conf:
|
||||
max_concurrency: 20
|
||||
timeout: 2m
|
||||
web_admin_api:
|
||||
enabled: true
|
||||
enabled: false
|
||||
scrape_configs:
|
||||
global:
|
||||
scrape_interval: 25s
|
||||
|
Loading…
x
Reference in New Issue
Block a user