Joy Bestourous
Joy Bestourous
#10646 Adds the new ClientTransportFilter interface, which enables transport instrumentation. This issue tracks both of the following: - the `ClientTransportFilter` interface itself - `ManagedChannelBuilder#addTransportFilter` which wires the transport hook in.
Hi folks! According to OpenCensus [documentation](https://opencensus.io/guides/grpc/) grpc python does not support stats. I recognize OpenCensus will be [sunset](open.spotify.com) soon, but I was hoping you folks could shed some light on...
**Problem** It looks like java-control-plane [replicates](https://github.com/envoyproxy/java-control-plane/tree/main/api/src/main/proto) [opentelemetry-proto-java](https://github.com/open-telemetry/opentelemetry-proto-java) without relocating the dependencies (i.e. you folks use the same package and class names). This duplicates the classes such that now that we've...
### Is your feature request related to a problem? Please describe. We're hoping to migrate to gRPC's Otel metrics when instrumentation is complete in the languages we support. In the...
Modifies `earlyAbortStreamHandler` to include status details if present. Most use cases of `earlyAbortStreamHandler` are for circumstances where there are certainly no error details (bad HTTP methods, bad content-type, internal error,...
Modifies `earlyAbortStreamHandler` to include check the header list size when early aborting, and returns a RST_STREAM if the max size is exceeded. Fixes https://github.com/grpc/grpc-go/issues/8766 RELEASE NOTES: * transport: http2 server...