diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2017-07-13 10:37:29 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2017-07-13 10:37:29 +0000 |
commit | e691f5b81207b03f88ec73434db49ee47fa93a4e (patch) | |
tree | daafc368a831d2442e62be0713aa98eecfcf00b3 /app/views | |
parent | cbcba158e784ebd9ec370218487070d826c083b5 (diff) | |
parent | 3fc2cbf9f677a2860ed985bc8e51c3c6eff362d2 (diff) | |
download | gitlab-ce-e691f5b81207b03f88ec73434db49ee47fa93a4e.tar.gz |
Merge branch '34598-more-metrics-info-should-go-to-gitlab-docs' into 'master'
Fix links to documentation describing the Prometheus service and its specifics.
Closes #34598
See merge request !12714
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/projects/services/prometheus/_show.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/services/prometheus/_show.html.haml b/app/views/projects/services/prometheus/_show.html.haml index 0996ec06ab7..d8e11500964 100644 --- a/app/views/projects/services/prometheus/_show.html.haml +++ b/app/views/projects/services/prometheus/_show.html.haml @@ -8,7 +8,7 @@ %p Metrics are automatically configured and monitored based on a library of metrics from popular exporters. - = link_to 'More information', '#' + = link_to 'More information', help_page_path('user/project/integrations/prometheus') .col-lg-9 .panel.panel-default.js-panel-monitored-metrics{ data: { "active-metrics" => "#{project_prometheus_active_metrics_path(@project, :json)}" } } @@ -41,5 +41,5 @@ %code $CI_ENVIRONMENT_SLUG to exporter’s queries. - = link_to 'More information', '#' + = link_to 'More information', help_page_path('user/project/integrations/prometheus', anchor: 'metrics-and-labels') %ul.list-unstyled.metrics-list.js-missing-var-metrics-list |