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

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

Build:
Build:
LAST BUILD BRANCH: loadgen-index-addressable-keys
DEFAULT BRANCH: main
Ran 05 Aug 2026 09:04AM UTC
Jobs 3
Files 133
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:55AM UTC coverage: 91.062% (+0.3%) from 90.756%
30991307583

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%)

13 existing lines in 6 files now uncovered.

10952 of 12027 relevant lines covered (91.06%)

32406.92 hits per line

Uncovered Changes

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

Coverage Regressions

Lines Coverage ∆ File
4
86.34
-2.48% service/vc/committer.go
3
90.52
-2.09% service/vc/validator_committer_service.go
2
98.91
-1.09% service/coordinator/dependencygraph/global_dependency_manager.go
2
94.56
-0.72% service/coordinator/coordinator.go
1
96.63
-1.12% mock/sigverifier.go
1
80.33
-1.64% utils/utils.go
Jobs
ID Job ID Ran Files Coverage
1 core-db-test - 30991307583.1 05 Aug 2026 09:04AM UTC 102
47.34
GitHub Action Run
2 db-test - 30991307583.2 05 Aug 2026 09:05AM UTC 133
79.12
GitHub Action Run
3 unit-test - 30991307583.3 05 Aug 2026 09:05AM UTC 96
85.0
GitHub Action Run
Source Files on build 30991307583
  • Tree
  • List 133
  • 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 (#30988812892)
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