Preparing search index...
The search index is not available
OpenTelemetry SDK
OpenTelemetry SDK
@opentelemetry/sdk-node
logs
ReadableLogRecord
Interface ReadableLogRecord
interface
ReadableLogRecord
{
attributes
:
AnyValueMap
;
body
?:
AnyValue
;
droppedAttributesCount
:
number
;
hrTime
:
HrTime
;
hrTimeObserved
:
HrTime
;
instrumentationScope
:
core
.
InstrumentationScope
;
resource
:
resources
.
Resource
;
severityNumber
?:
SeverityNumber
;
severityText
?:
string
;
spanContext
?:
SpanContext
;
}
Implemented by
logs
.
LogRecord
Index
Properties
attributes
body?
dropped
Attributes
Count
hr
Time
hr
Time
Observed
instrumentation
Scope
resource
severity
Number?
severity
Text?
span
Context?
Properties
Readonly
attributes
attributes
:
AnyValueMap
Optional
Readonly
body
body
?:
AnyValue
Readonly
dropped
Attributes
Count
droppedAttributesCount
:
number
Readonly
hr
Time
hrTime
:
HrTime
Readonly
hr
Time
Observed
hrTimeObserved
:
HrTime
Readonly
instrumentation
Scope
instrumentationScope
:
core
.
InstrumentationScope
Readonly
resource
resource
:
resources
.
Resource
Optional
Readonly
severity
Number
severityNumber
?:
SeverityNumber
Optional
Readonly
severity
Text
severityText
?:
string
Optional
Readonly
span
Context
spanContext
?:
SpanContext
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attributes
body
dropped
Attributes
Count
hr
Time
hr
Time
Observed
instrumentation
Scope
resource
severity
Number
severity
Text
span
Context
OpenTelemetry SDK
Loading...