Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tango
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LOFAR2.0
tango
Commits
116d965f
Commit
116d965f
authored
Dec 4, 2023
by
Hannes Feldt
Browse files
Options
Downloads
Patches
Plain Diff
L2SS-1640
: Increase prometheus retention
parent
38363a20
No related branches found
No related tags found
1 merge request
!798
L2SS-1640: Increase prometheus retention
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+1
-0
1 addition, 0 deletions
README.md
infra/jobs/station/monitoring.levant.nomad
+2
-1
2 additions, 1 deletion
infra/jobs/station/monitoring.levant.nomad
tangostationcontrol/VERSION
+1
-1
1 addition, 1 deletion
tangostationcontrol/VERSION
with
4 additions
and
2 deletions
README.md
+
1
−
0
View file @
116d965f
...
...
@@ -139,6 +139,7 @@ Next change the version in the following places:
# Release Notes
*
0.25.2 Increase prometheus retention time
*
0.25.1 Add
`RCU_DTH_setup`
command in RECV devices
*
0.25.0 Pull IERS tables from object store
*
0.24.8 Push docker images to own registry and pull from there for deployments
...
...
This diff is collapsed.
Click to expand it.
infra/jobs/station/monitoring.levant.nomad
+
2
−
1
View file @
116d965f
...
...
@@ -241,7 +241,8 @@ localhost:5432:grafana:postgres:password
ports
=
[
"prometheus"
]
args
=
[
"--config.file=/etc/prometheus/prometheus.yml"
,
"--web.enable-remote-write-receiver"
"--web.enable-remote-write-receiver"
,
"--storage.tsdb.retention.time=10y"
]
mount
{
type
=
"bind"
...
...
This diff is collapsed.
Click to expand it.
tangostationcontrol/VERSION
+
1
−
1
View file @
116d965f
0.25.
1
0.25.
2
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment