Skip to content

Commit 2764c00

Browse files
committed
Enable pprof endpoints on metrics server
Using the helper from `pkg/runtime/pprof`, which follows the suggestion from controller-runtime to use `AddMetricsExtraHandler`. Signed-off-by: Hidde Beydals <[email protected]>
1 parent 6871357 commit 2764c00

File tree

3 files changed

+5
-39
lines changed

3 files changed

+5
-39
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/fluxcd/pkg/gittestserver v0.1.0
1313
github.com/fluxcd/pkg/helmtestserver v0.1.0
1414
github.com/fluxcd/pkg/lockedfile v0.0.5
15-
github.com/fluxcd/pkg/runtime v0.8.0
15+
github.com/fluxcd/pkg/runtime v0.8.1
1616
github.com/fluxcd/pkg/ssh v0.0.5
1717
github.com/fluxcd/pkg/untar v0.0.5
1818
github.com/fluxcd/pkg/version v0.0.1

0 commit comments

Comments
 (0)