summaryrefslogtreecommitdiffstats
path: root/fluent-bit/docker_compose/node-exporter-dashboard/config/prometheus.yml
blob: 9db27ebcb0b808f81a5ef8202951107c3b5865a5 (plain)
1
2
3
4
5
6
7
8
9
global:
  scrape_interval: 5s

scrape_configs:
  - job_name: fluentbit-exporter
    scheme: http
    metrics_path: /metrics
    static_configs:
      - targets: ["fluentbit:2021"]