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

hyperledger / fabric-x-committer / 30987559115
91%
main: 91%

Build:
Build:
LAST BUILD BRANCH: loadgen-index-addressable-keys
DEFAULT BRANCH: main
Ran 05 Aug 2026 08:09AM UTC
Jobs 3
Files 132
Run time 1min
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:03AM UTC coverage: 91.347% (+0.2%) from 91.125%
30987559115

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

302 of 303 new or added lines in 16 files covered. (99.67%)

20 existing lines in 7 files now uncovered.

10778 of 11799 relevant lines covered (91.35%)

33837.36 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
82.81
4.52% service/sidecar/sidecar.go

Coverage Regressions

Lines Coverage ∆ File
6
91.94
-2.84% service/coordinator/signature_verifier_manager.go
4
87.8
-2.44% service/vc/committer.go
3
64.71
-17.65% utils/serve/server.go
3
90.34
-2.14% service/vc/validator_committer_service.go
2
94.74
-5.26% utils/statedb/database_connection.go
1
97.5
2.5% mock/coordinator.go
1
95.58
-0.88% mock/vcservice.go
Jobs
ID Job ID Ran Files Coverage
1 core-db-test - 30987559115.1 05 Aug 2026 08:09AM UTC 101
46.45
GitHub Action Run
2 db-test - 30987559115.2 05 Aug 2026 08:10AM UTC 132
79.29
GitHub Action Run
3 unit-test - 30987559115.3 05 Aug 2026 08:10AM UTC 96
85.0
GitHub Action Run
Source Files on build 30987559115
  • Tree
  • List 132
  • Changed 25
  • Source Changed 0
  • Coverage Changed 25
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #744
  • PR Base - main (#30915313864)
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