grpc/test/cpp/ext
Yash Tibrewal 77824d8093
[chttp2] Fix outgoing data stats (#34693)
Earlier, the grpc message-length prefix for outgoing data messages was
incorrectly being counted towards `data_bytes` instead of
`framing_bytes`. This PR fixes it.

Note that the incoming stats collection properly attributes the grpc
message-length prefix to `framing_bytes`.

This change will affect all stats plugins (OpenCensus and OpenTelemetry)
that make use of this information for metrics.
2023-10-23 17:04:48 -07:00
..
csm [CSM C++] Fix behavior when peer does not send metadata (#34692) 2023-10-16 18:13:36 -07:00
filters [tracing] Add TcpTracer and HttpAnnotation (#34592) 2023-10-20 16:04:16 -07:00
gcp [GCP Observability C++] Add empty config test (#32790) 2023-04-14 16:42:47 -07:00
otel [chttp2] Fix outgoing data stats (#34693) 2023-10-23 17:04:48 -07:00