diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2025-05-28 17:30:41 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2025-05-28 17:30:41 +0100 |
commit | 33ce73e8793df3c5bb3ddc3cbb640ce1b72849cc (patch) | |
tree | d7ede0dd7d511509c27aab16b6060c046861d2cb /prometheus | |
parent | 4b0d599dc5877d6c19a6ccf1a82707c6a9289e86 (diff) | |
download | power.eda.gay-33ce73e8793df3c5bb3ddc3cbb640ce1b72849cc.tar.gz power.eda.gay-33ce73e8793df3c5bb3ddc3cbb640ce1b72849cc.zip |
Added to docker
Diffstat (limited to 'prometheus')
-rw-r--r-- | prometheus/prometheus.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/prometheus/prometheus.yml b/prometheus/prometheus.yml index c9ded40..8411313 100644 --- a/prometheus/prometheus.yml +++ b/prometheus/prometheus.yml @@ -5,3 +5,7 @@ scrape_configs: static_configs: - targets: - prometheus:9090 + - job_name: pushgateway + static_configs: + - targets: + - pushgateway:9091 |