Values.TraceSummarySourceMetadata generated from the segment documents in a trace.
type nonrec t = {id : TraceId.t option;The unique identifier for the request that generated the trace's segments and subsegments.
*)startTime : Timestamp.t option;The start time of a trace, based on the earliest trace segment start time.
*)duration : NullableDouble.t option;The length of time in seconds between the start time of the earliest segment that started and the end time of the last segment that completed.
*)responseTime : NullableDouble.t option;The length of time in seconds between the start and end times of the root segment. If the service performs work asynchronously, the response time measures the time before the response is sent to the user, while the duration measures the amount of time before the last traced activity completes.
*)hasFault : NullableBoolean.t option;The root segment document has a 500 series error.
*)hasError : NullableBoolean.t option;The root segment document has a 400 series error.
*)hasThrottle : NullableBoolean.t option;One or more of the segment documents has a 429 throttling error.
*)isPartial : NullableBoolean.t option;One or more of the segment documents is in progress.
*)http : Http.t option;Information about the HTTP request served by the trace.
*)annotations : Annotations.t option;Annotations from the trace's segment documents.
*)users : TraceUsers.t option;Users from the trace's segment documents.
*)serviceIds : ServiceIds.t option;Service IDs from the trace's segment documents.
*)resourceARNs : TraceResourceARNs.t option;A list of resource ARNs for any resource corresponding to the trace segments.
*)instanceIds : TraceInstanceIds.t option;A list of EC2 instance IDs for any instance corresponding to the trace segments.
*)availabilityZones : TraceAvailabilityZones.t option;A list of Availability Zones for any zone corresponding to the trace segments.
*)entryPoint : ServiceId.t option;The root of a trace.
*)faultRootCauses : FaultRootCauses.t option;A collection of FaultRootCause structures corresponding to the trace segments.
*)errorRootCauses : ErrorRootCauses.t option;A collection of ErrorRootCause structures corresponding to the trace segments.
*)responseTimeRootCauses : ResponseTimeRootCauses.t option;A collection of ResponseTimeRootCause structures corresponding to the trace segments.
*)revision : Integer.t option;The revision number of a trace.
*)matchedEventTime : Timestamp.t option;The matched time stamp of a defined event.
*)}val make :
?id:??? ->
?startTime:??? ->
?duration:??? ->
?responseTime:??? ->
?hasFault:??? ->
?hasError:??? ->
?hasThrottle:??? ->
?isPartial:??? ->
?http:??? ->
?annotations:??? ->
?users:??? ->
?serviceIds:??? ->
?resourceARNs:??? ->
?instanceIds:??? ->
?availabilityZones:??? ->
?entryPoint:??? ->
?faultRootCauses:??? ->
?errorRootCauses:??? ->
?responseTimeRootCauses:??? ->
?revision:??? ->
?matchedEventTime:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of NullableBoolean.t
| `Double of NullableDouble.t
| `Integer of Integer.t
| `List of
[> `Structure of
(string
* [> `Boolean of NullableBoolean.t
| `List of
[> `String of String_.t
| `Structure of
(string
* [> `Boolean of NullableBoolean.t
| `List of
[> `String of String_.t
| `Structure of
(string
* [> `Boolean of NullableBoolean.t
| `Double of NullableDouble.t
| `List of
[> `Structure of
(string * [> `String of String_.t ])
list ]
list
| `String of String_.t ])
list ]
list
| `String of String_.t ])
list ]
list
| `String of String_.t ])
list ]
list
| `Map of
([> `String of AnnotationKey.t ]
* [> `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of
[> `String of String_.t ] list
| `String of String_.t ])
list ]
list
| `Structure of
(string
* [> `Boolean of NullableBoolean.t
| `Double of NullableDouble.t
| `String of String_.t ])
list ])
list ]
list ])
list
| `String of TraceId.t
| `Structure of
(string
* [> `Integer of NullableInteger.t
| `List of [> `String of String_.t ] list
| `String of String_.t ])
list
| `Timestamp of Timestamp.t ])
list ]