{ "homepage": "https://prometheus.io/", "description": "Power your metrics and alerting with a leading open-source monitoring solution.", "license": "Apache-2.0", "version": "2.11.1", "architecture": { "64bit": { "url": "https://github.com/prometheus/prometheus/releases/download/v2.11.1/prometheus-2.11.1.windows-amd64.tar.gz", "hash": "da0da5542c6117eaaf2bcf91940c83636df9f8de2750bf9b256127f69ee27107", "extract_dir": "prometheus-2.11.1.windows-amd64" }, "32bit": { "url": "https://github.com/prometheus/prometheus/releases/download/v2.11.1/prometheus-2.11.1.windows-386.tar.gz", "hash": "7f6d070c685988f5ccf478cc3e80e079024ec6322feba651da934ffd634f3376", "extract_dir": "prometheus-2.11.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": "https://github.com/prometheus/prometheus/releases/download/v$version/sha256sums.txt" } } }