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