[prometheus-users] kubernetes SD config for Ingressroute Traefik

2020-08-07 Thread Ishvar B
Hi, I am trying to use auto discovery of metrics endpoints for my k8s cluster. While I am able to scrape pod and service level metrics, i have metrics exposed by ingressroute(traefik). So if anybody knows how to use auto discovery with traefik, it would of great help. Thanks Eswar -- You rec

Re: [prometheus-users] kubernetes SD config for Ingressroute Traefik

2020-08-08 Thread Matthias Rampke
Can you explain more what "metrics exposed by ingressroute" looks like? This only configures traefik; are the metrics you are looking for exposed by traefik or by the service that the ingressroute refers to? /MR On Fri, Aug 7, 2020, 09:27 Ishvar B wrote: > Hi, > > I am trying to use auto discov

Re: [prometheus-users] kubernetes SD config for Ingressroute Traefik

2020-08-10 Thread Ishvar B
Hi, The metrics exposed would look like below. traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="https",method="GET",protocol="http",le="0.1"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="https",method="GET",protocol="http",le="0.3"} 50 tra