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
de1b5f25
Commit
de1b5f25
authored
5 years ago
by
S M Y
Browse files
Options
Download
Patches
Plain Diff
Fixed docker not running issue
parent
715477b5
sunbird-monitoring-release-3.5.0_RC1
sunbird-monitoring-release-3.3.0_RC1
sunbird-monitoring-release-2.6.0
sunbird-monitoring-release-2.6.0_RC6
sunbird-monitoring-release-2.6.0_RC5
sunbird-monitoring-release-2.6.0_RC4
sunbird-monitoring-release-2.6.0_RC3
sunbird-monitoring-release-2.6.0_RC2
sunbird-monitoring-release-2.6.0_RC1
sunbird-monitoring-release-2.5.0_484f884
sunbird-monitoring-release-2.5.0
sunbird-monitoring-release-2.5.0_RC3
sunbird-monitoring-release-2.5.0_RC2
sunbird-monitoring-release-2.5.0_RC1
sunbird-monitoring-release-2.3.0_9009005
sunbird-monitoring-release-2.3.0
sunbird-monitoring-release-2.3.0_RC4
sunbird-monitoring-release-2.3.0_RC3
sunbird-monitoring-release-2.3.0_RC2
sunbird-monitoring-release-2.3.0_RC1
secor-lag
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ansible/roles/stack-monitor/templates/prometheus.yml
+0
-11
ansible/roles/stack-monitor/templates/prometheus.yml
with
0 additions
and
11 deletions
+0
-11
ansible/roles/stack-monitor/templates/prometheus.yml
+
0
−
11
View file @
de1b5f25
...
...
@@ -49,17 +49,6 @@ scrape_configs:
type
:
'
A'
port
:
9093
{
%
if enable_scraping_docker_metrics %
}
# This empty line ensures indentation is correct after ansible jinja2 template is materialized
-
job_name
:
'
docker'
static_configs
:
-
targets
:
[
"
{{
groups['swarm-manager']
|
map('regex_replace',
'^(.*)$',
'
\\
1:'
+
docker_metrics_port
)
|
list
|
join("
\"
,
\"")
}}
"
]
metric_relabel_configs:
-
source_labels:
[__name__]
regex:
'grpc_.*'
action:
drop
{%
endif
%}
-
job_name
:
'
nginx'
metrics_path
:
/metrics
scrape_interval
:
10s
...
...
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