Bump Gitlab metrics exporter version
What does this MR do and why?
It bumps gitlab-metrics-exporter version to the latest sha https://gitlab.com/gitlab-org/gitlab-metrics-exporter/-/commits/main
Gitlab-metrics-exporter version is used by rake task that both code and end-users can invoke to compile and install the Golang server
bin/rake gitlab:metrics_exporter:install[tmp/gme]
How to set up and validate locally
- Install the server e.g. via
bin/rake gitlab:metrics_exporter:install[tmp/gme]
- Make sure the
tmp/gme/bin
directory is onPATH
- Set the
GITLAB_GOLANG_METRICS_SERVER
env var to something truthy - Make sure
web_exporter
,sidekiq_exporter
or both are enabled (undermonitoring
in gitlab.yml) - Start either Rails or Sidekiq or both
- When boot finishes, you should see a new process running,
gitlab-metrics-exporter
listening on the port configured. It serves/metrics
.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to: #355460 (closed)
Edited by Nikola Milojevic