About 50 results
Open links in new tab
  1. GitLab monitoring with Prometheus and Datadog

    Feb 15, 2018 · I’m trying to set up monitoring for GitLab and my runners. My company doesn’t use Prometheus, but it does use Datadog, so I’m trying to work with that. This might be more of a …

  2. Prometheus self-monitoring metrics dashboard not showing up …

    Oct 20, 2020 · Hi, I’m working with 2 instances of Gitlab omnibus CE. I have enabled the prometheus self-monitoring project in the admin settings and the gitlab.rb files for both instances, and have found …

  3. Monitor GitLab on an external Prometheus Server

    Sep 18, 2023 · The docs mention that you need to explicitly allow the IP address of the external Prometheus server to access the GitLab /metrics endpoint. Suggest checking if set.

  4. [SOLVED] kubernetes executor runner job metrics: scrape pod labels ...

    Oct 4, 2024 · New ansatz was to add kube-state-metrics to prometheus and tell it to add pod labels/annotations a. prometheus values.yaml prometheus: server: ingress: enabled: true hosts: - …

  5. Zabbix monitoring of gitlab - Observability - GitLab Forum

    Jul 26, 2019 · Hi @speculatrix, I don’t have enough experience with Zabbix to answer your question directly, maybe a community member can point you in the right direction. Depending on your needs, …

  6. Gitlab Prometheus metrics not available - Observability - GitLab Forum

    Jan 17, 2025 · 🤗 Please help fill in this template with all the details to help others help you more efficiently. Use formatting blocks for code, config, logs and ensure to remove sensitive data. Problem to solve …

  7. Gitlab-ctl reconfigure error after fresh installation on OEL8.7 ...

    Oct 30, 2023 · 39: # Disabled monitoring if it has been explicitly set to false 40: Services.disable_group (‘prometheus’, include_system: true) if Gitlab [‘prometheus_monitoring’] [‘enable’] == false

  8. How do I automatically clean up the logs? - GitLab Forum

    Apr 21, 2021 · Hi @joshnutt Are you running the official GitLab container image? If so unless you have set prometheus_monitoring['enable'] = false in GitLab config Prometheus service is running. It is …

  9. Prometheus upgrade fail on version check - GitLab Forum

    Oct 26, 2018 · I’m using gitlab-ce package on Centos 7. Updated version today and was warned that prometheus v 1.X is being deprecated, and to run gitlab-ctl prometheus-upgrade to go to version 2. …

  10. Monitoring Gitlab Runner through /metrics endpoint

    Jun 9, 2023 · Hello, I’m trying to expose the native prometheus metrics endpoint as mentioned in the documentation but it does not seem to work, no HTTP endpoint is exposed after configuring the .toml …