You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have an api app reachable from the Internet through an ingress-nginx controller. I'm using Linkerd to get insights on metrics per routes, since ingress-nginx alone doesn't know routes, only path.
I've meshed my app namespace, and my ingress-nginx-controller, and I've created a ServiceProfile for my app service describing all the routes (generated from swagger).
I can see outbound metrics exported by the ingress-nginx-controller proxies, and inbound metrics exported by the app proxies.
I'm trying to understand the latencies for my app from the edge (meaning from the controller).
How can I achieve this with the set of metrics Linkerd gives us ? Should I use the ones exported by the controller as outbound ? Or the inbound by the app ? Or both ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
We have an api
app
reachable from the Internet through aningress-nginx
controller. I'm using Linkerd to get insights on metrics per routes, sinceingress-nginx
alone doesn't know routes, only path.I've meshed my
app
namespace, and myingress-nginx-controller
, and I've created a ServiceProfile for my app service describing all the routes (generated from swagger).I can see outbound metrics exported by the
ingress-nginx-controller
proxies, and inbound metrics exported by theapp
proxies.I'm trying to understand the latencies for my
app
from the edge (meaning from the controller).How can I achieve this with the set of metrics Linkerd gives us ? Should I use the ones exported by the controller as outbound ? Or the inbound by the app ? Or both ?
Thank you for your help!
Beta Was this translation helpful? Give feedback.
All reactions