{ "version": "2.48.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.48.1/prometheus-2.48.1.windows-amd64.tar.gz", "hash": "4519b8ce877b20a7137dcb1a045884398958cb70a9486fa9c7be05a5e33896eb", "extract_dir": "prometheus-2.48.1.windows-amd64" }, "32bit": { "url": "https://github.com/prometheus/prometheus/releases/download/v2.48.1/prometheus-2.48.1.windows-386.tar.gz", "hash": "26b323a95a62c3acd5be790798661b134d8cdc7134fcc54e6018d8793f63ba0c", "extract_dir": "prometheus-2.48.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" } } }