pprof_hyper_server 0.2.0

A minimal pprof server implementation using hyper without runtime dependency
Documentation
1
2
3
4
5
6
7
8
9
10
---
services:
  local:
    build: .
    network_mode: host
    ports:
      - "6060:6060"
      - "8181:8181"
      - "8080:8080"
    privileged: true