Azure Monitor
Observability Plane · Pipeline & Infrastructure Monitoring
Azure service for collecting and analysing telemetry from cloud and on-premises environments.
- Cloud service
Observability Plane · Pipeline & Infrastructure Monitoring
Open-source monitoring system and time-series database, a CNCF project.
Prometheus is a metrics database and scraper, and nothing else. It does not handle logs, traces or profiles, and being clear about that boundary is the most useful thing to know about it.
It pulls rather than receives: the server scrapes HTTP endpoints on a schedule. That single architectural decision shapes everything else, including why exporters exist and why short-lived jobs need a push gateway.
Its data model is multi-dimensional time series identified by a metric name plus label pairs, and PromQL, its query language, has become a standard others implement, including Azure Monitor and Grafana Cloud.
Scaling is deliberately simple rather than clever. Server nodes are autonomous with no distributed storage dependency; you scale by federating or remote-writing into another system rather than clustering.
Its documentation is refreshingly candid about the trade-off that follows. If you need complete accuracy, such as for per-request billing, the project says plainly that Prometheus is not a good choice.
Storage is a local time-series database organised into two-hour blocks with a write-ahead log, and the default retention is fifteen days, which catches people out when they expect a year of history.
Long-term retention means remote write into something else, with PromQL still evaluated locally after fetching the raw data back.
Alerting splits in two: the server evaluates rules, and Alertmanager, a separate component, handles deduplication, grouping, silencing and routing. On-call and incident response are explicitly other people's job.
Release discipline is published and predictable, with a new minor cycle beginning every six weeks, and a long-term support line for people who cannot move that fast.
It is genuinely foundation-governed, with a seven-member steering committee on staggered two-year terms, annual elections by a ranking method, and a cap of two seats per company.
The same headings are used for every pipeline & infrastructure monitoring entry, so two tools can be read side by side.
Open sourceFree, Apache 2.0
Free under Apache 2.0, with no paid tier, free-tier limits or trial, because none of those concepts apply. The foundation sells nothing. Your cost is the infrastructure you run it on, plus the operational work of sizing, sharding and retaining, which is the real trade-off against a managed service. If you want Prometheus without that work, managed Prometheus-compatible services are sold by Grafana Labs and Microsoft and are priced under those entries rather than this one.
Prometheus was originally built at SoundCloud and joined the Cloud Native Computing Foundation in 2016 as its second hosted project after Kubernetes, graduating in August 2018. It is Apache 2.0 licensed and governed by a steering committee of seven serving staggered two-year terms, with an explicit contributor ladder from contributors through voting members to maintainers. Decisions default to consensus, with voting only when that fails, and a single company may hold at most two committee seats. Foundation statistics put it at over nineteen thousand contributors from more than three thousand organisations.
Founded 2016 · prometheus.io
Observability Plane · Pipeline & Infrastructure Monitoring
Azure service for collecting and analysing telemetry from cloud and on-premises environments.
Observability Plane · Pipeline & Infrastructure Monitoring
Monitoring and observability SaaS for infrastructure, applications, logs and data pipelines.
Observability Plane · Pipeline & Infrastructure Monitoring
Open-source dashboards for metrics, logs and traces, with a managed cloud offering.
Observability Plane · Pipeline & Infrastructure Monitoring
Vendor-neutral standard and tooling for collecting traces, metrics and logs.
Drafted with AI assistance and checked against the vendor’s own documentation.