This is an automated email from the ASF dual-hosted git repository.
liuhan pushed a change to branch ringbuf
in repository https://gitbox.apache.org/repos/asf/skywalking-rover.git
from ad9e0e2 Fix CI
add 089d9c9 Reduce missing details issue in the access log module (#168)
add 5f6b68c Merge branch 'main' into ringbuf
No new revisions were added by this update.
Summary of changes:
CHANGES.md | 1 +
configs/rover_configs.yaml | 4 +-
pkg/accesslog/collector/connection.go | 25 +--
pkg/accesslog/collector/protocols/http1.go | 118 ++++++++++----
pkg/accesslog/collector/protocols/http2.go | 57 ++++---
pkg/accesslog/collector/protocols/protocol.go | 22 ++-
pkg/accesslog/collector/protocols/queue.go | 4 +-
pkg/accesslog/common/config.go | 3 +-
pkg/accesslog/events/detail.go | 4 +
pkg/profiling/task/network/analyze/events/data.go | 4 +
.../analyze/layer7/protocols/base/analyzer.go | 2 +-
.../analyze/layer7/protocols/http1/analyzer.go | 12 +-
.../analyze/layer7/protocols/http1/metrics.go | 4 +-
.../layer7/protocols/http1/reader/reader.go | 34 ++--
.../layer7/protocols/http1/reader/request.go | 9 +-
.../layer7/protocols/http1/reader/response.go | 9 +-
pkg/tools/buffer/buffer.go | 181 ++++++++++++++++++---
17 files changed, 370 insertions(+), 123 deletions(-)