Snapshotmain · 7a73c9a
Discovery feeds scrape loops that append samples to the TSDB for queries, rules, dashboards, and alerts.
Click a building or route
System map8 components · 10 connections
130%
Connections
BuildingsEntryServiceComputeStorageRuntimeToolingExternal
Terms, in plain English
TargetAn endpoint and label set from which Prometheus periodically scrapes metrics.
How to study this repo
- 1Assemble the server
See main wire configuration, storage, collection, rules, and web lifecycles.
- 2Follow one scrape
Track discovered labels through parsing and a TSDB append.
- 3Evaluate one rule
Trace a PromQL selection into alert state and notifier delivery.