---
# my global config
global:
scrape_interval: 15s # By default, scrape targets every 15 seconds.
evaluation_interval: 15s # By default, scrape targets every 15 seconds.
# scrape_timeout is set to the global default (10s).
# Attach these labels to any time series or alerts when communicating with
# external systems (federation, remote storage, Alertmanager).
external_labels:
monitor: 'Vocera'
# Load and evaluate rules in this file every 'evaluation_interval' seconds.
rule_files:
- /etc/prometheus/alertmanagerconf.yml
# - "first.rules"
# - "second.rules"
# A scrape configuration containing exactly one endpoint to scrape:
# Here it's Prometheus itself.
scrape_configs:
- job_name: 'Node-FileDiscovery'
file_sd_configs:
- files:
- 'target/target.json'
- job_name: 'xxxxxxx-xxxxxx-poc-jmx'
static_configs:
- targets:
labels:
tag_product: xxxxxx-tooling
tag_environment: dev
tag_role: xxxx
tag_platform: linux
instance: xxxxxxxxxx
- targets :
labels:
tag_product: xxxxxx-tooling
tag_environment: dev
tag_role: xxxxx
tag_platform: linux
instance: xxxxx
- job_name: 'xxxxx-Microservices'
scrape_interval: 5s
metrics_path: /api/prometheus
scheme: https
tls_config:
insecure_skip_verify: true