Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 374 Bytes

File metadata and controls

8 lines (5 loc) · 374 Bytes

Robusta utilizes the flags API to retrieve data from Prometheus-style metric stores. However, some platforms like Google Managed Prometheus, Azure Managed Prometheus etc, do not implement the flags API.

You can disable the Prometheus flags API check by setting the following option to false.

globalConfig:
  check_prometheus_flags: true/false