diff --git a/config/example/node.env b/config/example/node.env index 9a1a8b05..a4088f75 100644 --- a/config/example/node.env +++ b/config/example/node.env @@ -187,4 +187,4 @@ FROSTFS_STORAGE_SHARD_1_GC_REMOVER_SLEEP_INTERVAL=5m FROSTFS_TRACING_ENABLED=true FROSTFS_TRACING_ENDPOINT="localhost" -FROSTFS_TRACING_EXPORTER="otlp_grpc" \ No newline at end of file +FROSTFS_TRACING_EXPORTER="otlp_grpc" diff --git a/config/example/node.yaml b/config/example/node.yaml index e3b41d41..0d71f0fd 100644 --- a/config/example/node.yaml +++ b/config/example/node.yaml @@ -219,4 +219,3 @@ tracing: enabled: true exporter: "otlp_grpc" endpoint: "localhost" - \ No newline at end of file