add pprof
Some checks are pending
CI / Lint (push) Waiting to run
CI / Test (push) Waiting to run
CI / End-to-End (push) Waiting to run
CI / Publish Docker (push) Blocked by required conditions
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-16 12:02:14 +10:00
parent 32e3bc6e66
commit cfa9c45e56
2 changed files with 2 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ import (
"context"
"fmt"
"log/slog"
_ "net/http/pprof"
"os"
"runtime"
"time"