Collecting Traefik metrics?

This page summarizes the projects mentioned and recommended in the original post on /r/PrometheusMonitoring

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • traefik-helm-chart

    Traefik Proxy Helm Chart

  • Traefik was deployed using Traefik's chart (https://github.com/traefik/traefik-helm-chart). Reading the default values.yaml file, I understand that the Prometheus metrics endpoint is enabled by default. I can confirm that I see the metrics when I access the pod on port 9100/metrics/.

  • helm-charts

    Prometheus community Helm charts

  • Prometheus is deployed using the Prometheus Community Kube-prometheus-stack chart (https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack). My config is more or less default with some changes to enable grafana, set some endpoints for etcd, set some name overrides, etc.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • prometheus-traefik

    Treafik and prometheus integration

  • Doing a bit of digging, I find this older repo (https://github.com/mmatur/prometheus-traefik) that follows a similar pattern to what I did: Deploy Traefik and Prometheus with Helm. This repo adds a PodMonitor.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts