Do not see metrics under /-/metrics

Problem to solve

Hi all, hope on your help. Please help to enable gitlab_ci_* metrics

Describe your question in as much detail as possible:

  • What are you seeing, and how does that differ from what you expect to see?

I’m installed gitlab 16.11.1 from scratch. Prometheus metric enabled by default.
according GitLab Prometheus metrics | GitLab
part of interested for me metrics under feature flag gitlab_ci_builds_queuing_metrics
ok, updated flag in gitlab-rails console

irb(main):001:0> Feature.enable(:gitlab_ci_builds_queuing_metrics)
WARNING: Understand the stability and security risks of enabling in-development features with feature flags.
See https://docs.gitlab.com/ee/administration/feature_flags.html#risks-when-enabling-features-still-in-development for more information.                                                            
=> true

check /-/metrics
curl localhost:8080/-/metrics | grep gitlab_ci_queue_size_total
empty

Steps to reproduce

clear setup on vm with Alma

cat /etc/redhat-release 
AlmaLinux release 8.6 (Sky Tiger)

default gitlab.rb (extarnal_url only changed)

Versions

Please select whether options apply, and add the version information.

Versions