X-Git-Url: https://piware.de/gitweb/?p=learn-metrics.git;a=blobdiff_plain;f=conf-prometheus%2Fprometheus.yml;fp=conf-prometheus%2Fprometheus.yml;h=0000000000000000000000000000000000000000;hp=592ac7ab509817f89a9c6dee7b2a7e79f6ab1d20;hb=9faca17bfd6b13cadd14516e33a0e03924e64cc8;hpb=6f7c7e47c29340f4f7bfbb5630e3d01d18250df4 diff --git a/conf-prometheus/prometheus.yml b/conf-prometheus/prometheus.yml deleted file mode 100644 index 592ac7a..0000000 --- a/conf-prometheus/prometheus.yml +++ /dev/null @@ -1,22 +0,0 @@ -global: - scrape_interval: 5s - scrape_timeout: 5s - evaluation_interval: 15s -alerting: - alertmanagers: - - static_configs: - - targets: [] - scheme: http - timeout: 10s - api_version: v1 -scrape_configs: -- job_name: 'prometheus' - static_configs: - - targets: ['localhost:9090'] - -- job_name: host-http - honor_timestamps: true - metrics_path: /metrics - scheme: http - static_configs: - - targets: ['localhost:8080']