2020-04-08 14:13:33 +05:30
|
|
|
%b
|
2021-09-04 01:27:46 +05:30
|
|
|
= s_('PrometheusService|Prometheus cluster integration')
|
2020-04-08 14:13:33 +05:30
|
|
|
|
|
|
|
- if service.manual_configuration?
|
|
|
|
.info-well.p-2.mt-2
|
2021-09-04 01:27:46 +05:30
|
|
|
= s_('PrometheusService|To use a Prometheus installed on a cluster, deactivate the manual configuration.')
|
2020-04-08 14:13:33 +05:30
|
|
|
- else
|
|
|
|
.container-fluid
|
|
|
|
.row
|
|
|
|
- if service.prometheus_available?
|
|
|
|
.col-sm-2
|
|
|
|
.svg-container
|
|
|
|
= image_tag 'illustrations/monitoring/getting_started.svg'
|
|
|
|
.col-sm-10
|
2020-07-28 23:09:34 +05:30
|
|
|
%p.text-success.gl-mt-3
|
2021-09-04 01:27:46 +05:30
|
|
|
= s_('PrometheusService|You have a cluster with the Prometheus integration enabled.')
|
2021-06-08 01:23:25 +05:30
|
|
|
= link_to s_('PrometheusService|Manage clusters'), project_clusters_path(project), class: 'gl-button btn btn-default'
|
2020-04-08 14:13:33 +05:30
|
|
|
- else
|
|
|
|
.col-sm-2
|
|
|
|
= image_tag 'illustrations/monitoring/loading.svg'
|
|
|
|
.col-sm-10
|
2020-07-28 23:09:34 +05:30
|
|
|
%p.gl-mt-3
|
2021-09-04 01:27:46 +05:30
|
|
|
= s_('PrometheusService|Configure GitLab to query a Prometheus installed in one of your clusters.')
|
|
|
|
= link_to s_('PrometheusService|Manage clusters'), project_clusters_path(project), class: 'btn gl-button btn-confirm'
|