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

hyperledger / fabric-x-committer / 22088517504 / 2
92%
main: 92%

Build:
DEFAULT BRANCH: main
Ran 17 Feb 2026 06:42AM UTC
Files 72
Run time 1s
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: 65.458% (+0.09%) from 65.367%
22088517504.2

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>

3502 of 5350 relevant lines covered (65.46%)

0.72 hits per line

Source Files on job unit-test - 22088517504.2
  • Tree
  • List 72
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 22088517504
  • 0612386a on github
  • Prev Job for on main (#22088280640.2)
  • Next Job for on main (#22096418585.2)
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