New Prometheus dashboard not appearing in Omnibus nightly builds
I have been using the GDK to test a feature that has been committed to master
of gitlab-ce essentially a week ago, which updates the Prometheus environment dashboard. I wanted to test the Docker version of this, however for some reason the nightly builds do not seem to incorporate the changes. I'm not quite sure what is going on here, since it clearly works on master
with GDK.
One potential reason, is that there is a new data file which the BE reads at gitlab/config/prometheus/additional_metrics.yml
in the GDK.
The MR that included that changes is here: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12454