synapse 1.1.0

Neural Communication Network with Federated Identity and Blockchain Trust
Documentation
global:
  scrape_interval: 15s
  evaluation_interval: 15s

alerting:
  alertmanagers:
    - static_configs:
        - targets:
          # - alertmanager:9093

rule_files:
  # - "first_rules.yml"
  # - "second_rules.yml"

scrape_configs:
  - job_name: "prometheus"
    static_configs:
      - targets: ["localhost:9090"]
  
  - job_name: "synapse"
    metrics_path: /metrics
    static_configs:
      - targets: ["synapse:8080"]

  - job_name: "node-exporter"
    static_configs:
      - targets: ["node-exporter:9100"]