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

hyperledger / fabric-x-committer / 22088517504
90%

Build:
DEFAULT BRANCH: main
Ran 17 Feb 2026 06:41AM UTC
Jobs 2
Files 116
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

17 Feb 2026 06:37AM UTC coverage: 88.894% (+0.07%) from 88.821%
22088517504

push

github

web-flow
feat: enable pprof profiling endpoints in monitoring server (#302)

#### Type of change

- New feature
 
#### Description

Add pprof profiling support to the monitoring HTTP server to enable
runtime profiling of CPU, memory, goroutines, and other metrics.

Changes:
- Add net/http/pprof import and pprofSubPath constant
- Register pprof handlers explicitly on custom ServeMux
- Add comprehensive table-driven test (TestPprofEndpoints)
- Document why explicit registration is required and how Index handler
dynamically serves all runtime profiles

#### Additional details (Optional)

Available endpoints:
- /debug/pprof/ - Index page listing all profiles
- /debug/pprof/profile - CPU profile
- /debug/pprof/heap - Memory heap profile
- /debug/pprof/goroutine - Goroutine profile
- /debug/pprof/allocs - Memory allocation profile
- /debug/pprof/block - Block profile
- /debug/pprof/mutex - Mutex profile
- /debug/pprof/cmdline - Command line
- /debug/pprof/symbol - Symbol lookup
- /debug/pprof/trace - Execution trace

#### Related issues

  - resolves #301

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

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

6 existing lines in 4 files now uncovered.

9149 of 10292 relevant lines covered (88.89%)

1.29 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
89.52
-0.95% loadgen/adapters/common.go
1
94.02
-0.85% mock/vcservice.go
2
97.87
-2.13% service/verifier/verifier_server.go
2
98.33
-1.67% mock/sigverifier.go
Jobs
ID Job ID Ran Files Coverage
1 db-test - 22088517504.1 17 Feb 2026 06:41AM UTC 116
83.91
GitHub Action Run
2 unit-test - 22088517504.2 17 Feb 2026 06:42AM UTC 72
65.46
GitHub Action Run
Source Files on build 22088517504
  • Tree
  • List 116
  • Changed 12
  • Source Changed 0
  • Coverage Changed 12
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 0612386a on github
  • Prev Build on main (#22088280640)
  • Next Build on main (#22096418585)
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