This project is archived. Its data is read-only.
Issue in availability metrics in 5k GET GitLab Omnibus installation
<!--- Please read this! Before you create a new issue, please make sure that you already ran `sudo gitlab-ctl reconfigure` Also make sure to search in https://gitlab.com/gitlab-org/omnibus-gitlab/issues, to verify the issue you're about to submit isn't a duplicate. ---> ### Summary The dashboards of a fresh installed 5k environment does not show information correctly. Already created in GET: gitlab-environment-toolkit#467 ### Steps to reproduce Install a 5k environment via the GET. ### What is the current *bug* behavior? ``` avg_over_time(pg_up{job="postgres",instance=~"$instance"}[$__interval]) or avg_over_time(up{job="postgres",instance=~"$instance"}[$__interval]) ``` ![overview-actual](/uploads/5510bd3c7b3ee4027489eb44a23a9714/overview-actual.png) ![postgresql-actual](/uploads/0d3d81252a172382ae1f8a2cad52da44/postgresql-actual.png) ### What is the expected *correct* behavior? ``` avg( avg_over_time(pg_up{job="postgres",instance=~"$instance"}[$__interval]) or avg_over_time(up{job="postgres",instance=~"$instance"}[$__interval]) ) ``` ![overview-expected](/uploads/142a3f51f19fedadbe18b231b1736ac3/overview-expected.png) ![postgresql-expected](/uploads/7f10dab39a2bdcfcfe6a1ee5f872f5ee/postgresql-expected.png) ### Relevant logs - ### Details of package version Will update soon to latest 15.x version. But in 14.9 this is present, maybe also in the newest version. ``` ||/ Name Version Architecture Description +++-==============-============-============-============================================================ un gitlab-ce <none> <none> (no description available) ii gitlab-ee 14.9.4-ee.0 amd64 GitLab Enterprise Edition (including NGINX, Postgres, Redis) ``` ### Environment details * Operating System: `Ubuntu 20.04` * Installation Target, remove incorrect values: * VM: Openstack * Installation Type, remove incorrect values: * New Installation * Multinode (5k reference) ### Configuration details -
issue