
Prometheus - Monitoring system & time series database
An open-source monitoring system with a dimensional data model, flexible query language, efficient time series database and modern alerting approach.
Overview - Prometheus
Overview 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 have …
Getting started - Prometheus
prometheus_target_interval_length_seconds This should return a number of different time series (along with the latest value recorded for each), each with the metric name …
Download - Prometheus
Downloads for the latest releases of the Prometheus monitoring system and its major ecosystem components.
Installation - Prometheus
Prometheus project documentation for Installation Using pre-compiled binaries We provide precompiled binaries for most official Prometheus components. Check out the download section for a list of all …
First steps with Prometheus
Prometheus is a monitoring platform that collects metrics from monitored targets by scraping metrics HTTP endpoints on these targets. This guide will show you how to install, configure and monitor our …
Querying basics - Prometheus
Prometheus project documentation for Querying basics Prometheus provides a functional query language called PromQL (Prometheus Query Language) that lets the user select and aggregate time …
Configuration - Prometheus
Prometheus is configured via command-line flags and a configuration file. While the command-line flags configure immutable system parameters (such as storage locations, amount of data to keep on disk …
Query examples - Prometheus
Prometheus project documentation for Query examples
Scrape protocol content negotiation - Prometheus
This document specifies the protocol negotiation mechanism used by Prometheus when scraping metrics from targets. It defines the Accept header format, supported Content Types, and the …