Prometheus: Overview of Prometheus services
This documentation is part of the Introduction guide. View the full guide here: How Prometheus works.
👋 Welcome to the Stackhero documentation!
Stackhero delivers a fully managed Prometheus cloud platform designed for reliability and simplicity:
Alert Manageris built in, so you can route alerts directly toSlack,Mattermost,PagerDuty, and other popular destinations.- A dedicated email server lets you send unlimited email alerts without extra setup.
Blackboxis included, allowing you to probeHTTP,ICMP,TCP, and other protocols for comprehensive monitoring.- Configure your instance quickly using the online configuration file editor. There is no need to manage YAML by hand.
- Apply updates with a single click. Stackhero handles the upgrade process for you, minimizing downtime and manual intervention.
- High performance and strong security are built in, thanks to your own private, dedicated infrastructure.
Get up and running in about 5 minutes. Stackhero takes care of the setup so you can focus on monitoring, not maintenance. Try Prometheus cloud hosting on Stackhero to streamline your monitoring and alerting workflows.
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 visualization platform that complements Prometheus, enabling the creation of dynamic, customizable dashboards for detailed data analysis.