Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-sb-devops
Commits
429fe490
Commit
429fe490
authored
5 years ago
by
G33tha
Browse files
Options
Download
Patches
Plain Diff
Issue #000 feat: removed expected_data_backup_size_in_bytes variable from defaults
parent
847564a8
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ansible/roles/prometheus-fed/defaults/main.yml
+1
-4
ansible/roles/prometheus-fed/defaults/main.yml
with
1 addition
and
4 deletions
+1
-4
ansible/roles/prometheus-fed/defaults/main.yml
+
1
−
4
View file @
429fe490
...
...
@@ -2,9 +2,6 @@ prometheus_reservation_memory: 1G
prometheus_limit_memory
:
1G
prometheus_storage_retention_time
:
90d
# Defaults to 1KB. Good enough to catch errors mentioned in https://about.gitlab.com/2017/02/01/gitlab-dot-com-database-incident/
expected_data_backup_size_in_bytes
:
1024
enable_scraping_docker_metrics
:
false
docker_metrics_port
:
"
2377"
monitor_stack_files_dest_dir
:
/opt/docker/stacks/prom_fed/stacks
...
...
@@ -14,7 +11,7 @@ monitor_config_templates:
-
prometheus.yml
prometheus_route_prefix
:
prometheus
prometheus_web_external_url
:
"
{{proto}}://{{api__host}}:9090/{{
prometheus_route_prefix
}}"
prometheus_web_external_url
:
"
{{proto}}://{{api__host}}:
2
9090/{{
prometheus_route_prefix
}}"
root_group
:
root
root_owner
:
root
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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
Menu
Explore
Projects
Groups
Topics
Snippets