Skip to content

Upgrade to v15.11.0 GitLab did not display Grafana link in the main menu>Administration>Monitoring>Metrics dashboard

Summary

Gitlab Docker Version (gitlab/gitlab-ce:15.11.0-ce.0) , it's ok in gitlab-ce:15.10

GitLab did not display Grafana link in the main menu>Administration>Monitoring>Metrics dashboard

browsing the website works normally

Steps to reproduce

  • docker-compose.yml
grafana['enable'] = true
node_exporter['enable'] = true
  • menu > Administration > Setting > Metrics and Profiling > Metrics - Grafana

image

  • menu>Administration>Monitoring

image

  • Enter the address in the browser

image

Example Project

What is the current bug behavior?

Upgrade to v15.11.0

What is the expected correct behavior?

GitLab displays link in the Main menu > Admin > Monitoring > Metrics Dashboard

Relevant logs and/or screenshots

Output of checks

Results of GitLab environment info

Expand for output related to GitLab environment info

(For installations with omnibus-gitlab package run and paste the output of:
`sudo gitlab-rake gitlab:env:info`)

(For installations from source run and paste the output of:
`sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production`)

Results of GitLab application Check

Expand for output related to the GitLab application check

(For installations with omnibus-gitlab package run and paste the output of: sudo gitlab-rake gitlab:check SANITIZE=true)

(For installations from source run and paste the output of: sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production SANITIZE=true)

(we will only investigate if the tests are passing)

Possible fixes

Edited by Dawn