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
Metrics are provided in the handler of net/http, however they are not provided in the transport layer. This would be super useful to monitor outgoing requests.
@MrAlias Is this an issue you would be open to having a community contribution for? I find it strange that client side metrics are not present for HTTP/gRPC. Server side metrics are only useful if the client can reach the server.
Metrics are provided in the handler of net/http, however they are not provided in the transport layer. This would be super useful to monitor outgoing requests.
https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/instrumentation/net/http/otelhttp/transport.go
The text was updated successfully, but these errors were encountered: