Skip to content

Configure Prometheus Kubernetes access in config

Joshua Lambert requested to merge 1935-pass-env-to-prometheus into master

Rather than relying on the Prometheus server to collect environment variables, we can specify the API server by DNS name of kubernetes.default.svc. This allows us to not require any environment variables to be passed, which was the cause of the issue.

  • Remove the pod scraping, since we don't use it at this time.
  • Enable Kubernetes monitoring by default.

Closes #1935 (closed)

Edited by GitLab Release Tools Bot

Merge request reports