C# (CSharp) Amazon.XRay.Model Namespace

Nested Namespaces

Amazon.XRay.Model.Internal

Classes

Name Description
Alias An alias for an edge.
AnnotationValue Value of a segment annotation. Has one of three value types: Number, Boolean or String.
BackendConnectionErrors
BatchGetTracesRequest Container for the parameters to the BatchGetTraces operation. Retrieves a list of traces specified by ID. Each trace is a collection of segment documents that originates from a single request. Use GetTraceSummaries to get a list of trace IDs.
BatchGetTracesResponse This is the response object from the BatchGetTraces operation.
Edge Information about a connection between two services.
EdgeStatistics Response statistics for an edge.
ErrorStatistics Information about requests that failed with a 4xx Client Error status code.
GetServiceGraphRequest Container for the parameters to the GetServiceGraph operation. Retrieves a document that describes services that process incoming requests, and downstream services that they call as a result. Root services process incoming requests and make calls to downstream services. Root services are applications that use the AWS X-Ray SDK. Downstream services can be other applications, AWS resources, HTTP web APIs, or SQL databases.
GetServiceGraphResponse This is the response object from the GetServiceGraph operation.
GetTraceGraphRequest Container for the parameters to the GetTraceGraph operation. Retrieves a service graph for one or more specific trace IDs.
GetTraceGraphResponse This is the response object from the GetTraceGraph operation.
GetTraceSummariesRequest Container for the parameters to the GetTraceSummaries operation. Retrieves IDs and metadata for traces available for a specified time frame using an optional filter. To get the full traces, pass the trace IDs to BatchGetTraces.
GetTraceSummariesResponse This is the response object from the GetTraceSummaries operation.
HistogramEntry An entry in a histogram for a statistic. A histogram maps the range of observed values on the X axis, and the prevalence of each value on the Y axis.
Http Information about an HTTP request.
InvalidRequestException
PutTelemetryRecordsRequest Container for the parameters to the PutTelemetryRecords operation. Used by the AWS X-Ray daemon to upload telemetry.
PutTraceSegmentsRequest Container for the parameters to the PutTraceSegments operation. Uploads segment documents to AWS X-Ray. The X-Ray SDK generates segment documents and sends them to the X-Ray daemon, which uploads them in batches. A segment document can be a completed segment, an in-progress segment, or an array of subsegments.
PutTraceSegmentsResponse This is the response object from the PutTraceSegments operation.
Segment Information about a segment
Service Information about an application that processed requests, users that made requests, or downstream services, resources and applications that an application used.
ServiceId
ServiceStatistics Response statistics for a service.
TelemetryRecord
ThrottledException
Trace A collection of segment documents with matching trace IDs.
TraceSummary Metadata generated from the segment documents in a trace.
TraceUser Information about a user recorded in segment documents.
UnprocessedTraceSegment Information about a segment that failed processing.
ValueWithServiceIds Information about a segment annotation.