chombium / system-metrics-scraper-release

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

System Metrics

Components required to collect system metrics from BOSH-deployed vms running the system-metrics-agent.

If you have any questions, or want to get attention for a PR or issue please reach out on the #logging-and-metrics channel in the cloudfoundry slack

system-metrics-architecture

System Metrics Agent

A standalone agent to provide VM system metrics via a prometheus-scrapable endpoint. A list of metrics is available in the system-metrics-release

Metric Scraper

A central component for scraping system-metrics-agents and forwarding the metrics to the firehose. Metric Scraper attempts to scrape the configured port across all vms deployed to the director. If present, this job can be configured to communicate with the Leadership Election Job so duplicate scrapes are avoided in an HA environment.

Leadership Election

A job intended to be run alongside the System Metric Scraper to allow for multiple scrapers to exist while only one is scraping.

About

License:Apache License 2.0


Languages

Language:Go 92.9%Language:HTML 5.1%Language:Shell 2.0%