mirror of
https://github.com/coder/coder.git
synced 2025-07-08 11:39:50 +00:00
feat: create tracing.SlogSink for storing logs as span events (#4962)
This commit is contained in:
@ -111,6 +111,7 @@ type TLSConfig struct {
|
||||
type TraceConfig struct {
|
||||
Enable *DeploymentConfigField[bool] `json:"enable" typescript:",notnull"`
|
||||
HoneycombAPIKey *DeploymentConfigField[string] `json:"honeycomb_api_key" typescript:",notnull"`
|
||||
CaptureLogs *DeploymentConfigField[bool] `json:"capture_logs" typescript:",notnull"`
|
||||
}
|
||||
|
||||
type GitAuthConfig struct {
|
||||
|
Reference in New Issue
Block a user