This is an automated email from the ASF dual-hosted git repository.
hanahmily pushed a change to branch fix/ttl-filter-metadata-path
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git
from 714e51e4a chore: ignore local investigation and debug test files
add c2d925e4e feat(queue): add message + batch unit catalogs to
batch-write metrics (#1169)
add 60e52f1ec Merge branch 'main' into fix/ttl-filter-metadata-path
No new revisions were added by this update.
Summary of changes:
CHANGES.md | 1 +
banyand/observability/services/metrics_system.go | 65 +++--
banyand/queue/pub/batch.go | 41 +++-
banyand/queue/pub/metrics_test.go | 96 +++++++-
banyand/queue/pub/migration_metrics.go | 26 +-
banyand/queue/pub/migration_metrics_test.go | 64 ++++-
banyand/queue/pub/pub.go | 26 +-
banyand/queue/sub/batch_metrics_test.go | 298 +++++++++++++++++++++++
banyand/queue/sub/helpers.go | 15 +-
banyand/queue/sub/server.go | 30 ++-
banyand/queue/sub/server_metrics_test.go | 15 +-
banyand/queue/sub/sub.go | 8 +-
banyand/trace/metadata_test.go | 2 +-
banyand/trace/snapshot_test.go | 34 ++-
docs/operation/grafana-fodc-nodes.json | 4 +-
docs/operation/observability/metrics.md | 13 +-
pkg/meter/meter.go | 5 +
17 files changed, 652 insertions(+), 91 deletions(-)
create mode 100644 banyand/queue/sub/batch_metrics_test.go