mirror of
https://github.com/rustfs/rustfs.git
synced 2026-01-17 01:30:33 +00:00
modify default value
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
[observability]
|
||||
endpoint = "" # Default is "http://localhost:4317" if not specified
|
||||
use_stdout = false
|
||||
sample_ratio = 0.5
|
||||
endpoint = "http://localhost:4317" # Default is "http://localhost:4317" if not specified
|
||||
use_stdout = false # Output with stdout, true output, false no output
|
||||
sample_ratio = 2.0
|
||||
meter_interval = 30
|
||||
service_name = "rustfs"
|
||||
service_version = "0.1.0"
|
||||
|
||||
Reference in New Issue
Block a user