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
refactor(app/inbound): type aliases specify extractors (#4189)
our metrics layer is generic across an `N`-typed service factory.
this commit introduces types aliases that apply `X`-typed extractor
parameters to the `linkerd-http-prom` middleware, which are unaware of
a concrete metrics extractor.
we use this to reduce the complexity of the `layer()` function's
type signature.
see #4180.
NB: based upon #4188, and
#4186.
Signed-off-by: katelyn martin <[email protected]>
0 commit comments