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
omit 60e52f1ec Merge branch 'main' into fix/ttl-filter-metadata-path
omit 714e51e4a chore: ignore local investigation and debug test files
omit c2d925e4e feat(queue): add message + batch unit catalogs to
batch-write metrics (#1169)
omit 2966e57ec chore: ignore local drawio diagram scratch files
This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.
* -- * -- N refs/heads/fix/ttl-filter-metadata-path (cb635d22d)
\
O -- O -- O (60e52f1ec)
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.gitignore | 9 -
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 -
18 files changed, 91 insertions(+), 661 deletions(-)
delete mode 100644 banyand/queue/sub/batch_metrics_test.go