Welcome to mirror list, hosted at ThFree Co, Russian Federation.

metrics.html.haml « environments « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4222963a754e287d9e9816f91543263e6df21df9 (plain)
1
2
3
4
5
- @no_container = true
- page_title "Metrics for environment", @environment.name

.prometheus-container{ class: container_class }
  #prometheus-graphs{ data: metrics_data(@project, @environment) }