feat(gitlab-postinstall): disable gitlab prometheus metrics#1026
Merged
feat(gitlab-postinstall): disable gitlab prometheus metrics#1026
Conversation
iliesmrf
approved these changes
Mar 26, 2026
Contributor
Author
|
J'ai testé sur CPIN HP Pax ca fonctionne bien le gitlab post-install avec le nouveau settings. Le problème d'hier sur le post-install, c'était parce que l'utilisateur admin n'était plus admin... (Je sais pas si il y a eu une action manuelle ou gestion des droits automatisé à surveiller) |
omiladi
approved these changes
Mar 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issues liées
Issues numéro:
#1024
Quel est le comportement actuel ?
L'option GitLab Prometheus Metrics dans l'Admin Area active un exportateur interne à l'application Ruby. Dans un environnement Kubernetes géré par Helm, cette option est redondante car nous utilisons déjà des Exporters dédiés (Sidecars) et des ServiceMonitors.
Activer les métriques GitLab en interne crée un double emploi :
En désactivant cette option, nous réduisons l'empreinte mémoire de GitLab tout en conservant une visibilité totale via le monitoring natif du Chart Helm.
Quel est le nouveau comportement ?
Une fois désactivé, nos dashboards Grafana continuent de recevoir des données en utilisant le ServiceMonitor du Chart GitLab, ils récupèrent les données via les ports 8082, 9101, etc., et non via l'interface web de GitLab.
Cette PR introduit-elle un breaking change ?
Autres informations