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