Span(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A span represents a sub execution step of an action.
Attributes |
|
---|---|
Name | Description |
name |
str
The name of the span. |
tags |
MutableSequence[str]
The metadata tags of the span such as span type. |
metrics |
MutableSequence[google.cloud.dialogflowcx_v3beta1.types.NamedMetric]
The unordered collection of metrics in this span. |
start_time |
google.protobuf.timestamp_pb2.Timestamp
Timestamp of the start of the span. |
complete_time |
google.protobuf.timestamp_pb2.Timestamp
Timestamp of the completion of the span. |