Skip to content

Commit

Permalink
pyroscope: memory path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
petethepig authored Oct 27, 2023
1 parent e833139 commit 272f6bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ export const KnownComponents: Record<string, ComponentType> = {
args: {
"profile.memory": new BlockType({
args: {
path: new LiteralArgument("string", "/debug/pprof/memory"),
path: new LiteralArgument("string", "/debug/pprof/allocs"),
enabled: new LiteralArgument("boolean", true),
delta: new LiteralArgument("boolean", false),
},
Expand Down

0 comments on commit 272f6bc

Please sign in to comment.