This repository has been archived by the owner on Nov 14, 2024. It is now read-only.
0.689.0
svc-autorelease
released this
22 Aug 20:50
·
1225 commits
to develop
since this release
Type | Description | Link |
---|---|---|
Fix | Add statistics to spans emitted from within atlasdb. The following tags will be added to spans: - atlasdb.emptyReads : The number of AtlasDB tombstones read during this span.- atlasdb.bytesRead : An estimate of the number of bytes read during this span from the underlying database. This is currently the number of column name & value bytes read, and will not contain various overheads. It should be used seen as a value correlated with the real value.Note that both these statistics are best-effort. There is no guarantee of completeness, and require correct usage of AtlasDB to work (e.g. closing ClosableIterators ). |
#6096 |