![](/rp/kFAqShRrnkQMbH6NYLBYoJ3lq9s.png)
Overview - Prometheus
What is Prometheus? Prometheus is an open-source systems monitoring and alerting toolkit originally built at SoundCloud. Since its inception in 2012, many companies and organizations …
Prometheus - Monitoring system & time series database
Prometheus stores time series in memory and on local disk in an efficient custom format. Scaling is achieved by functional sharding and federation.
Download - Prometheus
We provide precompiled binaries and Docker images for most officially maintained Prometheus components. If a component is not listed here, check the respective repository on Github for …
Getting started - Prometheus
This guide is a "Hello World"-style tutorial which shows how to install, configure, and use a simple Prometheus instance. You will download and run Prometheus locally, configure it to scrape …
Installation - Prometheus
We provide precompiled binaries for most official Prometheus components. Check out the download section for a list of all available versions. From source. For building Prometheus …
Querying basics - Prometheus
Prometheus provides a functional query language called PromQL (Prometheus Query Language) that lets the user select and aggregate time series data in real time. When you send a query …
Getting Started with Prometheus | Prometheus
In this tutorial we discussed what are metrics and why they are important, basic architecture of Prometheus and how to run Prometheus. This documentation is open-source . Please help …
Querying examples - Prometheus
Prometheus Remote-Write 1.0; Native Histograms [EXPERIMENTAL] Query examples. Simple time series selection Subquery Using functions, operators, etc. Simple time series selection. …
HTTP API - Prometheus
The current stable HTTP API is reachable under /api/v1 on a Prometheus server. Any non-breaking additions will be added under that endpoint. Format overview. The API response …
First steps - Prometheus
Welcome to Prometheus! Prometheus is a monitoring platform that collects metrics from monitored targets by scraping metrics HTTP endpoints on these targets. This guide will show …