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

hyperledger / fabric-x-committer / 25723951798
91%

Build:
DEFAULT BRANCH: main
Ran 12 May 2026 08:57AM UTC
Jobs 2
Files 129
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

12 May 2026 08:51AM UTC coverage: 91.369% (-0.2%) from 91.581%
25723951798

push

github

web-flow
Fix dead/missing Prometheus metrics in verifier and VC service (#580)

#### Type of change

- Bug fix

#### Description

- verifier: register ActiveStreams gauge with provider (p.NewGauge)
instead of raw prometheus.NewGauge() so it appears on /metrics endpoint.
The unregistered gauge was never scraped, making the Active Streams
dashboard panel always empty.

- vc: remove databaseTxBatchCommitInsertNewKeyWithoutValueLatencySeconds
histogram. This metric was declared and registered but never observed
because no separate code path for 'insert without value' exists — all
inserts go through insertStates() which records
InsertNewKeyWithValueLatency. The dead metric caused an always-empty
dashboard panel.

#### Related issues

  - resolves #578 
  - resolves #579

Signed-off-by: Senthilnathan <cendhu@gmail.com>

1 of 1 new or added line in 1 file covered. (100.0%)

29 existing lines in 11 files now uncovered.

10173 of 11134 relevant lines covered (91.37%)

41703.41 hits per line

Coverage Regressions

Lines Coverage ∆ File
8
79.49
-2.25% service/sidecar/sidecar.go
5
83.33
-2.14% service/sidecar/relay.go
4
86.24
-3.67% loadgen/adapters/broadcast.go
2
92.11
-0.88% service/coordinator/validator_committer_manager.go
2
92.35
-0.53% mock/orderer.go
2
93.44
-3.28% loadgen/adapters/loadgen.go
2
94.65
-0.82% service/coordinator/coordinator.go
1
97.5
-0.83% mock/coordinator.go
1
82.0
-2.0% loadgen/adapters/coordinator.go
1
86.42
-1.23% loadgen/adapters/verifier.go
1
80.33
-1.64% utils/utils.go
Jobs
ID Job ID Ran Files Coverage
1 db-test - 25723951798.1 12 May 2026 08:57AM UTC 129
84.04
GitHub Action Run
2 unit-test - 25723951798.2 12 May 2026 08:58AM UTC 82
76.68
GitHub Action Run
Source Files on build 25723951798
  • Tree
  • List 129
  • Changed 19
  • Source Changed 0
  • Coverage Changed 19
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • e854dacb on github
  • Prev Build on main (#25657959911)
  • Next Build on main (#25731628576)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc