About 34,000 results
Open links in new tab
  1. 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 job in …

  2. How do you set config file for Prometheus? - Stack Overflow

    Jun 15, 2020 · Installing Prometheus is basically downloading the compressed binary for your platform and unpacking locally (per the documentation). The prometheus binary is located inside that folder.

  3. Prometheus Configuration - Compile N Run

    Learn how to configure Prometheus for effective monitoring, including basic setup, configuration file structure, and real-world examples

  4. Prometheus Configuration: Mount and Reload Custom Configs | LabEx

    Prometheus is a powerful open-source monitoring and alerting toolkit. Its behavior is controlled by a configuration file, typically named prometheus.yml. This file defines everything from how often to …

  5. Configuration | grafana/prometheus | DeepWiki

    May 19, 2025 · It explains how Prometheus is configured through command-line flags and its configuration file, the structure of the configuration file, and the various configuration options available.

  6. Setting Up Configurations with the Prometheus Stack (Part 2)

    Jan 7, 2025 · We’ll cover the key configuration files, including prometheus.yml, prometheus-rules.yml, and alertmanager.yml, as well as the Prometheus API and how to use it to manage and extend your …

  7. Getting started - Prometheus

    In this example, we will add the group="production" label to the first group of targets, while adding group="canary" to the second. To achieve this, add the following job definition to the scrape_configs …

  8. Prometheus Configuration | Container Monitoring

    Think of prometheus.yml as the brain of Prometheus. It’s a configuration file that tells Prometheus everything it needs to know: where to find metrics, how often to collect them, and where to send …

  9. To specify which configuration file to load, use the --config.file flag. The file is written in YAML format, defined by the scheme described below. Brackets indicate that a parameter is optional. For non-list …

  10. GitHub - prometheus/prometheus: The Prometheus monitoring …

    An example of the above configuration file can be found here. You can also build using make build, which will compile in the web assets so that Prometheus can be run from anywhere: