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. Download - Prometheus

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

  4. Installation - Prometheus

    Prometheus data is stored in /prometheus dir inside the container, so the data is cleared every time the container gets restarted. To save your data, you need to set up persistent storage (or …

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

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

  7. Using Prometheus as your OpenTelemetry backend

    By default, Prometheus won't be promoting any attributes. If you'd like to promote any of them, you can do so in this section of the Prometheus configuration file.

  8. Configuration - Prometheus

    See the Prometheus marathon-sd configuration file for a practical example on how to set up your Marathon app and your Prometheus configuration. By default, all apps will show up as a single …

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

  10. Query functions - Prometheus

    This query is not only verbose and hard to write, it might also run into an “identity crisis”: If any of the data labels of target_info changes, Prometheus sees that as a change of series (as …