About 13,900 results
Open links in new tab
  1. Configuring Gitlab for external Prometheus monitoring

    Feb 1, 2022 · We have an external Prometheus server that we want to use to scrape metrics from Gitlab. The documentation here is clear on how to do this with a single exception: Step 6:On all …

  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. 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 …

  4. 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.

  5. [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: - …

  6. 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. …

  7. 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 …

  8. 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 …

  9. 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

  10. How to add gitlab-runners to embedded prometheus

    Jul 17, 2020 · Hello, I have been using gitlab’s embedded prometheus to collect gitlab data and graph them in an external grafana. Now I want to add my runners to grafana too. I have added the lilsten …