You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure what the difference is between pprof-enabled and debug-pprof-enabled since there is no /pprof endpoint and only pprof-enabled seemed to have any effect.
As an oss user, i would like a config option to disable /debug/pprof in the latest influxdb. we can use the same name as pprof-enabled: true as the default. When set to false, /debug/pprof path should return a 404 and the profiles should not be generated.
The text was updated successfully, but these errors were encountered:
in 1.x, we had the following config options for controlling when the pprof endpoint was enabled:
I'm not sure what the difference is between
pprof-enabled
anddebug-pprof-enabled
since there is no/pprof
endpoint and onlypprof-enabled
seemed to have any effect.As an oss user, i would like a config option to disable
/debug/pprof
in the latest influxdb. we can use the same name aspprof-enabled: true
as the default. When set to false,/debug/pprof
path should return a 404 and the profiles should not be generated.The text was updated successfully, but these errors were encountered: