feat: add runtime profiling parity and close config runtime drift
This commit is contained in:
@@ -132,7 +132,7 @@ public sealed class MonitorServer : IAsyncDisposable
|
||||
seconds = parsed;
|
||||
}
|
||||
|
||||
return Results.File(_pprofHandler.CaptureCpuProfile(seconds), "application/octet-stream");
|
||||
return Results.File(_pprofHandler.CaptureCpuProfile(seconds), "application/json");
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user