@ptkl/sdk - v1.12.0
Preparing search index...
v0.9/types/integrations/timber
TimberWritePayload
Interface TimberWritePayload
interface
TimberWritePayload
{
attributes
?:
Record
<
string
,
any
>
;
level
?:
TimberLevel
;
message
:
string
;
request_id
?:
string
;
resource_id
?:
string
;
resource_name
?:
string
;
resource_type
?:
string
;
service
?:
string
;
span_id
?:
string
;
trace_id
?:
string
;
}
Index
Properties
attributes?
level?
message
request_
id?
resource_
id?
resource_
name?
resource_
type?
service?
span_
id?
trace_
id?
Properties
Optional
attributes
attributes
?:
Record
<
string
,
any
>
Optional
level
level
?:
TimberLevel
message
message
:
string
Optional
request_
id
request_id
?:
string
Optional
resource_
id
resource_id
?:
string
Optional
resource_
name
resource_name
?:
string
Optional
resource_
type
resource_type
?:
string
Optional
service
service
?:
string
Optional
span_
id
span_id
?:
string
Optional
trace_
id
trace_id
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
attributes
level
message
request_
id
resource_
id
resource_
name
resource_
type
service
span_
id
trace_
id
@ptkl/sdk - v1.12.0
Loading...