diff --git a/conf/etc/prometheus/prometheus.yml b/conf/etc/prometheus/prometheus.yml index efc24d9beb0fb423fe1d52fff323ab3d41ced3f9..da940be74f0d516afb2556359e2c2a68de6097c4 100644 --- a/conf/etc/prometheus/prometheus.yml +++ b/conf/etc/prometheus/prometheus.yml @@ -26,26 +26,27 @@ scrape_configs: static_configs: - targets: ['192.168.0.12:9323'] -- job_name: 'system infra' +- job_name: 'system' static_configs: - - targets: [192.168.0.12:9100] -- job_name: 'system staging' - static_configs: - - targets: [192.168.122.69:9100] -- job_name: 'system producion' - static_configs: - - targets: [192.168.122.30:9100] - + - targets: + - '192.168.0.12:9100' + - '192.168.122.69:9100' + - '192.168.122.30:9100' + -- job_name: 'docker staging' +- job_name: 'docker' # metrics_path defaults to '/metrics' # scheme defaults to 'http'. static_configs: - - targets: ['192.168.122.69:9323'] + - targets: + - '192.168.0.12:9393' + - '192.168.122.69:9323' + - '192.168.122.30:9323' -- job_name: 'docker production' - # metrics_path defaults to '/metrics' - # scheme defaults to 'http'. +- job_name: cadvisor infra static_configs: - - targets: ['192.168.122.30:9323'] \ No newline at end of file + - targets: + - '192.168.0.12:9200' + - '192.168.122.69:9200' + - '192.168.122.30:9323' \ No newline at end of file