This is an automated email from the ASF dual-hosted git repository. butterbright pushed a change to branch trace/liaison in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git
from b517b191 Refactor trace handling and improve test initialization add d37a9ec3 Enhance access log functionality with sampling option and add tests (#739) add be4244d9 Merge branch 'main' into trace/liaison No new revisions were added by this update. Summary of changes: CHANGES.md | 1 + banyand/liaison/grpc/measure.go | 4 +- banyand/liaison/grpc/server.go | 20 +++-- banyand/liaison/grpc/stream.go | 4 +- banyand/trace/query_test.go | 2 + docs/operation/configuration.md | 1 + pkg/accesslog/file.go | 181 +++++++++++++++++++++++++++++----------- pkg/accesslog/file_test.go | 171 +++++++++++++++++++++++++++++++++++++ 8 files changed, 322 insertions(+), 62 deletions(-) create mode 100644 pkg/accesslog/file_test.go