Please enable JavaScript.
Coggle requires JavaScript to display documents.
Promotheus Server, Promotheus Server, Exporter - Coggle Diagram
Promotheus Server
server componenets
-
-
Retrieval / Scraping
the data retrieval worker thats responsbile for pulling those metrics from application services and other target services and pushing them into the database
pull mechanism
Prometheus pulls metrics of targets over http
sends http request called scrape to the applications it wants to monitor
the response is parsed and ingested into local storage as time series in TSDB
-
Alertmanager
The Alertmanager handles alerts sent by client applications such as the Prometheus server. It takes care of deduplicating, grouping, and routing them to the correct receiver integration such as email, PagerDuty, or OpsGenie. It also takes care of silencing and inhibition of alerts.
Integration / Config
alert templates and recievers informations are detailed in the configMap in the case of using it within a kubernetes env
-
-
Data Visualization
Grafana
dashboard tool can be integrated with many data sources like Prometheus, AWS or even Elk
Integration / Config
-
Integration of Grafana with Prometheus is through simply specifying prometheus as datasource within the grafana datasource configuration
Promotheus Server
server componenets
-
-
Retrieval / Scraping
the data retrieval worker thats responsbile for pulling those metrics from application services and other target services and pushing them into the database
-
Alertmanager
The Alertmanager handles alerts sent by client applications such as the Prometheus server. It takes care of deduplicating, grouping, and routing them to the correct receiver integration such as email, PagerDuty, or OpsGenie. It also takes care of silencing and inhibition of alerts.
Data Visualization
Grafana
dashboard tool can be integrated with many data sources like Prometheus, AWS or even Elk
-