Skip to content
Snippets Groups Projects
prometheus.yml 384 B
Newer Older
global:
  scrape_interval: 1s
  external_labels:
    monitor: 'my-monitor'

scrape_configs:
  - job_name: 'prometheus'
    static_configs:
      - targets: ['prometheus:9090']
  - job_name: 'formula-core'
    metrics_path: /actuator/prometheus
    static_configs:
        - core:8090
        - application:8081
        - visualization:8082
        - notification:8083