Skip to content

Commit

Permalink
Update egg-prometheus.json
Browse files Browse the repository at this point in the history
Added option to change unit of time & changed to default time of Prometheus
  • Loading branch information
Panda260 committed Jan 5, 2023
1 parent 1bdf180 commit 57f6684
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions monitoring/prometheus/egg-prometheus.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "PTDL_v2",
"update_url": null
},
"exported_at": "2023-01-05T10:40:06+01:00",
"exported_at": "2023-01-05T11:04:39+01:00",
"name": "Prometheus",
"author": "[email protected]",
"description": "The Prometheus monitoring system and time series database.",
Expand All @@ -13,7 +13,7 @@
"ghcr.io\/parkervcp\/yolks:debian": "ghcr.io\/parkervcp\/yolks:debian"
},
"file_denylist": [],
"startup": ".\/prometheus --web.listen-address=0.0.0.0:{{SERVER_PORT}} --config.file=\/home\/container\/prometheus.yml --storage.tsdb.path=\/home\/container\/data --web.console.templates=\/home\/container\/consoles --web.console.libraries=\/home\/container\/console_libraries --web.config.file=\/home\/container\/prometheus.web.yml --storage.tsdb.retention.time={{DATA_SAVE_TIME}}d",
"startup": ".\/prometheus --web.listen-address=0.0.0.0:{{SERVER_PORT}} --config.file=\/home\/container\/prometheus.yml --storage.tsdb.path=\/home\/container\/data --web.console.templates=\/home\/container\/consoles --web.console.libraries=\/home\/container\/console_libraries --web.config.file=\/home\/container\/prometheus.web.yml --storage.tsdb.retention.time={{DATA_SAVE_TIME}}",
"config": {
"files": "{}",
"startup": "{\r\n \"done\": \"Server is ready to receive web requests.\"\r\n}",
Expand Down Expand Up @@ -42,7 +42,7 @@
"name": "Data Save time in Days",
"description": "How long the data is being saved",
"env_variable": "DATA_SAVE_TIME",
"default_value": "365",
"default_value": "15d",
"user_viewable": true,
"user_editable": true,
"rules": "required|string|max:10",
Expand Down

0 comments on commit 57f6684

Please sign in to comment.