Skip to content

Commit

Permalink
otel disabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
yashgorana committed Dec 12, 2024
1 parent 7a22046 commit 7ef1177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syftbox/server/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class ServerSettings(BaseSettings):
auth_enabled: bool = False
"""Enable/Disable authentication"""

otel_enabled: bool = True
otel_enabled: bool = False
"""Enable/Disable OpenTelemetry tracing"""

@field_validator("data_folder", mode="after")
Expand Down

0 comments on commit 7ef1177

Please sign in to comment.