Prometheus: Overview of Prometheus services
This documentation is part of the Introduction guide. You can view the complete guide here: How Prometheus works.
👋 Welcome to the Stackhero documentation!
Stackhero offers a ready-to-use Prometheus cloud solution that provides numerous benefits, including:
Alert Managerincluded to send alerts toSlack,Mattermost,PagerDuty, etc.- Dedicated email server to send unlimited email alerts.
Blackboxto probeHTTP,ICMP,TCP, and more.- Easy configuration with an online configuration file editor.
- Effortless updates with just a click.
- Optimal performance and robust security powered by a private and dedicated VM.
Save time and simplify your life: it only takes 5 minutes to try Stackhero's Prometheus cloud hosting solution!
Prometheus provides monitoring capabilities through essential and supplementary components. Below are the key elements:
-
Prometheus Server:
- Periodically collects metrics from specified
targets(exporters) via HTTP. - Stores these metrics in its built-in time-series database.
- Evaluates alerting rules to generate notifications based on thresholds.
- Periodically collects metrics from specified
-
Alert Manager:
- Manages alerts generated by Prometheus.
- Aggregates, deduplicates, and forwards these alerts to your preferred communication channels.
-
Blackbox Exporter:
- Tests the availability and performance of endpoints using protocols such as HTTP(S), DNS, TCP, and ICMP.
-
Node Exporter:
- Provides hardware and OS-level metrics for Linux servers to Prometheus.
-
Grafana:
- A visualisation platform that complements Prometheus, enabling the creation of dynamic, customisable dashboards for detailed data analysis.