DataSourceLogPayload
Type Alias: DataSourceLogPayload
DataSourceLogPayload =
object
Defined in: runtime/dataSourceLogger.ts:6
Формат события выполнения dataSource.
Используется для унифицированной диагностики и не должен содержать секреты.
Properties
dataSourceId
dataSourceId:
string
Defined in: runtime/dataSourceLogger.ts:8
dataSourceName?
optionaldataSourceName:string
Defined in: runtime/dataSourceLogger.ts:9
durationMs?
optionaldurationMs:number
Defined in: runtime/dataSourceLogger.ts:14
errorMessage?
optionalerrorMessage:string
Defined in: runtime/dataSourceLogger.ts:16
event
event:
"dataSource.call.started"|"dataSource.call.finished"|"dataSource.call.failed"
Defined in: runtime/dataSourceLogger.ts:7
kind
kind:
string
Defined in: runtime/dataSourceLogger.ts:10
projectId?
optionalprojectId:string
Defined in: runtime/dataSourceLogger.ts:11
queryId?
optionalqueryId:string
Defined in: runtime/dataSourceLogger.ts:12
requestId?
optionalrequestId:string
Defined in: runtime/dataSourceLogger.ts:13
status?
optionalstatus:"success"|"error"|"timeout"
Defined in: runtime/dataSourceLogger.ts:15
traceId?
optionaltraceId:string
Defined in: runtime/dataSourceLogger.ts:17