Merge branch 'gt-remove-prometheus-configuration-help-text' into 'master'
Remove prometheus configuration help text Closes #52782 See merge request gitlab-org/gitlab-ce!22413
This commit is contained in:
commit
ed499b38e2
3 changed files with 5 additions and 4 deletions
|
@ -56,7 +56,6 @@ class PrometheusService < MonitoringService
|
|||
name: 'api_url',
|
||||
title: 'API URL',
|
||||
placeholder: s_('PrometheusService|Prometheus API Base URL, like http://prometheus.example.com/'),
|
||||
help: s_('PrometheusService|By default, Prometheus listens on ‘http://localhost:9090’. It’s not recommended to change the default address and port as this might affect or conflict with other services running on the GitLab server.'),
|
||||
required: true
|
||||
}
|
||||
]
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Remove prometheus configuration help text
|
||||
merge_request: 22413
|
||||
author: George Tsiolis
|
||||
type: other
|
|
@ -4908,9 +4908,6 @@ msgstr ""
|
|||
msgid "PrometheusService|Automatically deploy and configure Prometheus on your clusters to monitor your project’s environments"
|
||||
msgstr ""
|
||||
|
||||
msgid "PrometheusService|By default, Prometheus listens on ‘http://localhost:9090’. It’s not recommended to change the default address and port as this might affect or conflict with other services running on the GitLab server."
|
||||
msgstr ""
|
||||
|
||||
msgid "PrometheusService|Common metrics"
|
||||
msgstr ""
|
||||
|
||||
|
|
Loading…
Reference in a new issue