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
The docs for this function suggest NewHandler() should wrap a mux, and WithRouteTag() individual routes on that mux. However, this forces a single operation for every path, which sounds wrong. This is causing some confusion, as several reputable sites (1, 2, 3 - the first one written by a core maintainer of OTel) teach wrapping routes with NewHandler().
The text was updated successfully, but these errors were encountered:
The docs for this function suggest
NewHandler()
should wrap a mux, andWithRouteTag()
individual routes on that mux. However, this forces a single operation for every path, which sounds wrong. This is causing some confusion, as several reputable sites (1, 2, 3 - the first one written by a core maintainer of OTel) teach wrapping routes withNewHandler()
.The text was updated successfully, but these errors were encountered: