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

hyperledger / fabric-x-committer / 22088322799 / 2
89%
main: 91%

Build:
Build:
LAST BUILD BRANCH: sidecar-diagram-mod
DEFAULT BRANCH: main
Ran 17 Feb 2026 06:33AM UTC
Files 116
Run time 3s
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:28AM UTC coverage: 83.832% (+0.02%) from 83.81%
22088322799.2

Pull #302

github

cendhu
feat: enable pprof profiling endpoints in monitoring server

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

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

All tests pass and Go linter reports 0 issues.

Signed-off-by: Senthilnathan <cendhu@gmail.com>
Pull Request #302: feat: enable pprof profiling endpoints in monitoring server

8628 of 10292 relevant lines covered (83.83%)

0.92 hits per line

Source Files on job db-test - 22088322799.2
  • Tree
  • List 116
  • Changed 12
  • Source Changed 0
  • Coverage Changed 12
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 22088322799
  • 7298b6f2 on github
  • Prev Job for on enable-pprof (#22088280640.1)
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