mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
feat: create tracing.SlogSink for storing logs as span events (#4962)
This commit is contained in:
@@ -676,6 +676,7 @@ export interface TemplateVersionsByTemplateRequest extends Pagination {
|
||||
export interface TraceConfig {
|
||||
readonly enable: DeploymentConfigField<boolean>
|
||||
readonly honeycomb_api_key: DeploymentConfigField<string>
|
||||
readonly capture_logs: DeploymentConfigField<boolean>
|
||||
}
|
||||
|
||||
// From codersdk/templates.go
|
||||
|
||||
Reference in New Issue
Block a user