Properties of a Span.
Package
@google-cloud/cesProperties
attributes
attributes
?:
(
google
.
protobuf
.
IStruct
|
null
);
Span attributes
childSpans
childSpans
?:
(
google
.
cloud
.
ces
.
v1
.
ISpan
[]
|
null
);
Span childSpans
duration
duration
?:
(
google
.
protobuf
.
IDuration
|
null
);
Span duration
endTime
endTime
?:
(
google
.
protobuf
.
ITimestamp
|
null
);
Span endTime
name
name
?:
(
string
|
null
);
Span name
startTime
startTime
?:
(
google
.
protobuf
.
ITimestamp
|
null
);
Span startTime

