cadvisor metrics
groundcover generates Infrastructure metrics out of the box, covering common use cases for monitoring the health of your services. This is done without relying on any existing services such as cadvisor or node-exporter.
However certain use-cases such as importing existing dashboards and alerts require scraping additional metrics, which can be scraped using our custom metrics integration.
Scraping cadvisor metrics in kubernetes
cadvisor metrics can be automatically scraped into groundcover using the following configuration.
In order to limit cardinality, the configuration below only scrapes the container_cpu_usage_seconds_total
and container_memory_working_set_bytes
metrics.
Editing the regex
part will control which metrics are being scraped into groundcover.
Last updated