feat: create tracing.SlogSink for storing logs as span events (#4962)

This commit is contained in:
Dean Sheather
2022-11-10 04:58:23 +10:00
committed by GitHub
parent 0ae8d5eeec
commit ffc24dcbe0
7 changed files with 344 additions and 1 deletions

View File

@ -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 {