22 lines
No EOL
612 B
YAML
22 lines
No EOL
612 B
YAML
global:
|
|
scrape_interval: 15s # By default, scrape targets every 15 seconds.
|
|
|
|
# Attach these labels to any time series or alerts when communicating with
|
|
# external systems (federation, remote storage, Alertmanager).
|
|
external_labels:
|
|
monitor: 'imixs-monitor'
|
|
|
|
scrape_configs:
|
|
# Prometheus itself
|
|
# - job_name: 'prometheus'
|
|
# scrape_interval: 5s
|
|
# static_configs:
|
|
# - targets: ['localhost:9090']
|
|
|
|
|
|
# Imixs-Office-Workflow Job (Wildfly Metrics)
|
|
- job_name: 'imixs'
|
|
scrape_interval: 60s
|
|
metrics_path: /metrics
|
|
static_configs:
|
|
- targets: ['app:9990'] |