mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 00:31:20 +00:00
Prometheus: Add description and persist data and config (#110)
This commit is contained in:
parent
521d1e1228
commit
c1dcbd690b
@ -1,5 +1,6 @@
|
||||
{
|
||||
"homepage": "https://prometheus.io/",
|
||||
"description": "Power your metrics and alerting with a leading open-source monitoring solution.",
|
||||
"license": "Apache-2.0",
|
||||
"version": "2.10.0",
|
||||
"architecture": {
|
||||
@ -15,9 +16,17 @@
|
||||
}
|
||||
},
|
||||
"bin": [
|
||||
"prometheus.exe",
|
||||
[
|
||||
"prometheus.exe",
|
||||
"prometheus",
|
||||
"--config.file $persist_dir/prometheus.yml"
|
||||
],
|
||||
"promtool.exe"
|
||||
],
|
||||
"persist": [
|
||||
"data",
|
||||
"prometheus.yml"
|
||||
],
|
||||
"checkver": {
|
||||
"github": "https://github.com/prometheus/prometheus"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user