grpc/test/cpp/ext/otel
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
..
BUILD [chttp2] Fix outgoing data stats (#34693) 2023-10-23 17:04:48 -07:00
otel_plugin_test.cc [chttp2] Fix outgoing data stats (#34693) 2023-10-23 17:04:48 -07:00
otel_test_library.cc [OTel C++] Method attribute filtering (#34350) 2023-09-22 23:48:01 +00:00
otel_test_library.h [OTel C++] Method attribute filtering (#34350) 2023-09-22 23:48:01 +00:00