mirror of
https://github.com/langgenius/dify.git
synced 2026-04-28 11:56:55 +08:00
feat(enterprise-telemetry): add ENTERPRISE_OTLP_API_KEY config field
This commit is contained in:
parent
1b3a21e6f8
commit
f78b0f1f36
@ -45,6 +45,12 @@ class EnterpriseTelemetryConfig(BaseSettings):
|
|||||||
default="http",
|
default="http",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
ENTERPRISE_OTLP_API_KEY: str = Field(
|
||||||
|
description="Bearer token for enterprise OTLP export authentication. "
|
||||||
|
"When set, gRPC exporters automatically use TLS (insecure=False).",
|
||||||
|
default="",
|
||||||
|
)
|
||||||
|
|
||||||
ENTERPRISE_INCLUDE_CONTENT: bool = Field(
|
ENTERPRISE_INCLUDE_CONTENT: bool = Field(
|
||||||
description="Include input/output content in traces (privacy toggle).",
|
description="Include input/output content in traces (privacy toggle).",
|
||||||
default=True,
|
default=True,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user