Page MenuHomeDevCentral

prometheus.yml
No OneTemporary

prometheus.yml

# -------------------------------------------------------------
# Prometheus configuration
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# License: Trivial work, not eligible to copyright
# Source file: roles/prometheus/prometheus/files/prometheus.yml
# -------------------------------------------------------------
#
# <auto-generated>
# This file is managed by our rOPS SaltStack repository.
#
# Changes to this file may cause incorrect behavior
# and will be lost if the state is redeployed.
# </auto-generated>
# -------------------------------------------------------------
# Global configuration
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
global:
scrape_interval: 15s
evaluation_interval: 15s
scrape_timeout: 10s
# -------------------------------------------------------------
# Alertmanager
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
alerting:
alertmanagers:
- static_configs:
- targets:
# - alertmanager:9093
# -------------------------------------------------------------
# Rules
#
# Load rules once and periodically evaluate them.
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
rule_files: []
# -------------------------------------------------------------
# Scrape
#
# Auto-generated from pillar/observability/prometheus.sls
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
scrape_configs: {{ salt["prometheus.get_scrape_configs"]() }}

File Metadata

Mime Type
text/plain
Expires
Fri, May 15, 12:08 (20 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3714649
Default Alt Text
prometheus.yml (1 KB)

Event Timeline