{ "version": "2.30.1", "description": "Systems monitoring and alerting toolkit", "homepage": "https://prometheus.io", "license": "Apache-2.0", "architecture": { "64bit": { "url": "https://github.com/prometheus/prometheus/releases/download/v2.30.1/prometheus-2.30.1.windows-amd64.tar.gz", "hash": "2c1a1ebebd83053ddac48d55a4ce777c06ba09bcf8c373282b981fdab0be6070", "extract_dir": "prometheus-2.30.1.windows-amd64" }, "32bit": { "url": "https://github.com/prometheus/prometheus/releases/download/v2.30.1/prometheus-2.30.1.windows-386.tar.gz", "hash": "b3e4d666927aae4ee7cd45fb244713f4af8fda475166268e1c246797d1d07acb", "extract_dir": "prometheus-2.30.1.windows-386" } }, "bin": [ [ "prometheus.exe", "prometheus", "--config.file \"$persist_dir\\prometheus.yml\"" ], "promtool.exe" ], "persist": [ "data", "prometheus.yml" ], "checkver": { "github": "https://github.com/prometheus/prometheus" }, "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/prometheus/prometheus/releases/download/v$version/prometheus-$version.windows-amd64.tar.gz", "extract_dir": "prometheus-$version.windows-amd64" }, "32bit": { "url": "https://github.com/prometheus/prometheus/releases/download/v$version/prometheus-$version.windows-386.tar.gz", "extract_dir": "prometheus-$version.windows-386" } }, "hash": { "url": "$baseurl/sha256sums.txt" } } }