fix(obs): disable profiling export by default and fix Helm env name (#2719)

This commit is contained in:
houseme
2026-04-28 19:57:15 +08:00
committed by GitHub
parent c698a0f2b6
commit c4d5c5c5ec
4 changed files with 55 additions and 8 deletions
+2 -2
View File
@@ -296,9 +296,9 @@ pub const DEFAULT_OBS_LOGS_EXPORT_ENABLED: bool = true;
/// Default profiling export enabled
/// It is used to enable or disable exporting profiles
/// Default value: true
/// Default value: false
/// Environment variable: RUSTFS_OBS_PROFILING_EXPORT_ENABLED
pub const DEFAULT_OBS_PROFILING_EXPORT_ENABLED: bool = true;
pub const DEFAULT_OBS_PROFILING_EXPORT_ENABLED: bool = false;
/// Default log local logging enabled for rustfs
/// This is the default log local logging enabled for rustfs.