Monitoring
Publish date: Oct 3, 2019
Last updated: Apr 22, 2020
Last updated: Apr 22, 2020
IMAGE GALLERY (3)
Prometheus
- Rest based PULL model
/targets
/metrics
/grpah
- System monitoring tool, with TS database
- stores data on local disk
--storage.tsdb.path
usually.data/
2hr
samples are aggregated
- stores data on local disk
- PushGateways
- Exporters
- care about entire path of monitoring, not only storing data
- Service Application level monitoring
- Label data model for matrics
- Give me all patitions, that have capacity > 100GB and is not mounted on root
- Local storage is good only for a month or so of data
- Then export samples to other DB, Adapter (influxdb)
- Automatic service discovery
- Task Schedulers
- Alert Manager
- Grouping
- Inhibition
- Silence
Footnotes
[^2]: