About 400 results
Open links in new tab
  1. Overview - 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 adopted …

  2. Prometheus - Monitoring system & time series database

    Designed for the cloud native world, Prometheus integrates with Kubernetes and other cloud and container managers to continuously discover and monitor your services.

  3. Getting started - Prometheus

    Prometheus collects metrics from targets by scraping metrics HTTP endpoints. Since Prometheus exposes data in the same manner about itself, it can also scrape and monitor its own health.

  4. Download - Prometheus

    Downloads for the latest releases of the Prometheus monitoring system and its major ecosystem components.

  5. 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 …

  6. 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.

  7. Tutorials - Prometheus

    Query log TLS encryption Tutorials Getting started with Prometheus Understanding metric types Instrumenting HTTP server written in Go Visualizing metrics using Grafana

  8. Data model - Prometheus

    Prometheus fundamentally stores all data as time series: streams of timestamped values belonging to the same metric and the same set of labeled dimensions. Besides stored time …

  9. Querying - Prometheus

    © Prometheus Authors 2014- 2026 | Documentation Distributed under CC-BY-4.0 © 2026 The Linux Foundation. All rights reserved. The Linux Foundation has registered trademarks and …

  10. Getting started with Prometheus

    Prometheus is a system monitoring and alerting system. It was opensourced by SoundCloud in 2012 and is the second project both to join and to graduate within Cloud Native Computing …