debian-mirror-gitlab/app/views/projects/services/prometheus/_metrics.html.haml

38 lines
1.9 KiB
Text
Raw Normal View History

2018-11-18 11:00:15 +05:30
- project = local_assigns.fetch(:project)
2020-04-22 19:07:51 +05:30
= render 'projects/services/prometheus/custom_metrics', project: project
2019-10-12 21:52:04 +05:30
.col-lg-3
%p
= s_('PrometheusService|Common metrics are automatically monitored based on a library of metrics from popular exporters.')
2020-10-24 23:57:45 +05:30
= link_to s_('PrometheusService|More information'), help_page_path('user/project/integrations/prometheus'), target: '_blank', rel: "noopener noreferrer"
2018-11-18 11:00:15 +05:30
2019-10-12 21:52:04 +05:30
.col-lg-9
.card.js-panel-monitored-metrics{ data: { active_metrics: active_common_project_prometheus_metrics_path(project, :json), metrics_help_path: help_page_path('user/project/integrations/prometheus_library/index') } }
.card-header
%strong
= s_('PrometheusService|Common metrics')
%span.badge.badge-pill.js-monitored-count 0
.card-body
.loading-metrics.js-loading-metrics
%p.m-3
2020-11-24 15:15:51 +05:30
= loading_icon(css_class: 'metrics-load-spinner')
2019-10-12 21:52:04 +05:30
= s_('PrometheusService|Finding and configuring metrics...')
.empty-metrics.hidden.js-empty-metrics
%p.text-tertiary.m-3
= s_('PrometheusService|Waiting for your first deployment to an environment to find common metrics')
%ul.list-unstyled.metrics-list.hidden.js-metrics-list
.card.hidden.js-panel-missing-env-vars
.card-header
= icon('caret-right lg fw', class: 'panel-toggle js-panel-toggle', 'aria-label' => 'Toggle panel')
= s_('PrometheusService|Missing environment variable')
%span.badge.badge-pill.js-env-var-count 0
.card-body.hidden
.flash-container
.flash-notice
.flash-text
= s_("PrometheusService|To set up automatic monitoring, add the environment variable %{variable} to exporter's queries." % { variable: "<code>$CI_ENVIRONMENT_SLUG</code>" }).html_safe
2020-07-28 23:09:34 +05:30
= link_to s_('PrometheusService|More information'), help_page_path('operations/metrics/dashboards/variables.md', anchor: 'query-variables')
2019-10-12 21:52:04 +05:30
%ul.list-unstyled.metrics-list.js-missing-var-metrics-list