We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47d39e8 commit 02f4b7fCopy full SHA for 02f4b7f
pkg/network/encoding/marshal/usm_http.go
@@ -21,7 +21,6 @@ import (
21
type httpEncoder struct {
22
httpAggregationsBuilder *model.HTTPAggregationsBuilder
23
byConnection *USMConnectionIndex[http.Key, *http.RequestStats]
24
- directBuf bytes.Buffer
25
}
26
27
func newHTTPEncoder(httpPayloads map[http.Key]*http.RequestStats) *httpEncoder {
0 commit comments