Prometheus integration is currently hard-coded into the API. This feature is used to collect last 30 days metrics and eventually health monitoring metrics.
WANT
- prometheus section in config.toml
- prometheus configuration options under prometheus section
- conditional in common package that controls execution of prometheus functions based on configuration settings
Prometheus integration is currently hard-coded into the API. This feature is used to collect last 30 days metrics and eventually health monitoring metrics.
WANT