• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

hyperledger / fabric-x-committer / 30991307583 / 2
91%
main: 91%

Build:
Build:
LAST BUILD BRANCH: loadgen-index-addressable-keys
DEFAULT BRANCH: main
Ran 05 Aug 2026 09:05AM UTC
Files 133
Run time 5s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

05 Aug 2026 08:55AM UTC coverage: 79.122% (+0.2%) from 78.908%
30991307583.2

Pull #744

github

liran-funaro
[sidecar] Report each notification stream's block queue

#### Type of change

- New feature

#### Description

- Report each `StreamAllTransactions` subscription's block queue as
  `sidecar_notifier_stream_block_queue_size`, one series per live stream, through
  `monitoring.ChannelLenGaugeVec`. A subscription's queue exists per stream, so a gauge closing
  over a single channel cannot address it.
- Register and unregister alongside the stream, in `registerAllTxStream` and
  `unregisterAllTxStream`, so a finished subscription leaves no series reporting the depth of a
  queue nothing drains.

#### Additional details (Optional)

The `stream` label is a counter, unique only among the live streams, which is all it needs to be
since a series exists only while its stream does. Cardinality therefore follows the number of live
subscriptions rather than growing over time.

Read it with `sum()` for the total or `max()` to catch one saturated stream; `sum` covers only the
live streams.

#### Related issues

- resolves #734
- resolves #730

Signed-off-by: Liran Funaro <liran.funaro@gmail.com>
Pull Request #744: [sidecar] Report each notification stream's block queue

9516 of 12027 relevant lines covered (79.12%)

31589.23 hits per line

Source Files on job db-test - 30991307583.2
  • Tree
  • List 133
  • Changed 24
  • Source Changed 0
  • Coverage Changed 24
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 30991307583
  • 519e75fb on github
  • Prev Job for on queue-gauge-notifier-stream (#30988812892.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc