Requests-per-second metrics for each HTTP URL #4768
-
Hello, Is it possible to distinguish requests-per-second based on HTTP URL using Linkerd proxy? Is it possible to get this information using Linkerd proxy without modifying applications? I guess it might be possible to get this information from the 'LIVE CALLS' information of Linkerd dashboard. Thank you in advance!! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
Hi @nfsp3k, Have you tried looking at Here are some more details: |
Beta Was this translation helpful? Give feedback.
-
@nfsp3k Your ingress issue sounds similar to kubernetes/ingress-nginx#5198. Try add the |
Beta Was this translation helpful? Give feedback.
Hi @nfsp3k,
Have you tried looking at
ServiceProfiles
? It's a CRD that Linkerd uses to display per-route metrics, as well as to do retries and timeouts. It might be what you're looking for?Here are some more details: