Exercice 32

Construire une fédération entre vos Prometheus

- job_name: federation
  static_configs:
  - targets:
    - 10.102.28.XX:9090
    - 10.102.28.72:9090
  metrics_path: /federate
  honor_labels: true
  honor_timestamps: true
  params:
    'match[]':
      - '{__name__=~"node_cpu_.*", instance=~"10.102.28.XX.*"}'
      - '{__name__=~"node_cpu_.*", instance=~"10.102.28.72.*"}'