We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0184526 commit f592daaCopy full SHA for f592daa
services/api-server/src/simcore_service_api_server/core/settings.py
@@ -110,7 +110,7 @@ class ApplicationSettings(BasicSettings):
110
API_SERVER_PROMETHEUS_INSTRUMENTATION_COLLECT_SECONDS: PositiveInt = 5
111
API_SERVER_PROFILING: bool = False
112
API_SERVER_TRACING: TracingSettings | None = Field(
113
- auto_default_from_env=True, description="settings for opentelemetry tracing"
+ description="settings for opentelemetry tracing", json_schema_extra={"auto_default_from_env": True}
114
)
115
116
@cached_property
0 commit comments