5.0.0 • Published 7 years ago

@datafire/amazonaws_xray v5.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

@datafire/amazonaws_xray

Client library for AWS X-Ray

Installation and Usage

npm install --save @datafire/amazonaws_xray
let amazonaws_xray = require('@datafire/amazonaws_xray').create({
  accessKeyId: "",
  secretAccessKey: "",
  region: ""
});

amazonaws_xray.GetServiceGraph({
  "StartTime": "",
  "EndTime": ""
}).then(data => {
  console.log(data);
});

Description

AWS X-Ray provides APIs for managing debug traces and retrieving service maps and other data created by processing those traces.

Actions

GetServiceGraph

amazonaws_xray.GetServiceGraph({
  "StartTime": "",
  "EndTime": ""
}, context)

Input

Output

PutTelemetryRecords

amazonaws_xray.PutTelemetryRecords({
  "TelemetryRecords": []
}, context)

Input

Output

GetTraceGraph

amazonaws_xray.GetTraceGraph({
  "TraceIds": []
}, context)

Input

Output

PutTraceSegments

amazonaws_xray.PutTraceSegments({
  "TraceSegmentDocuments": []
}, context)

Input

Output

GetTraceSummaries

amazonaws_xray.GetTraceSummaries({
  "StartTime": "",
  "EndTime": ""
}, context)

Input

Output

BatchGetTraces

amazonaws_xray.BatchGetTraces({
  "TraceIds": []
}, context)

Input

Output

Definitions

Alias

AliasList

  • AliasList array

AliasNames

AnnotationKey

  • AnnotationKey string

AnnotationValue

  • AnnotationValue object: Value of a segment annotation. Has one of three value types: Number, Boolean or String.

Annotations

BackendConnectionErrors

BatchGetTracesRequest

BatchGetTracesResult

Double

  • Double number

EC2InstanceId

  • EC2InstanceId string

Edge

EdgeList

  • EdgeList array

EdgeStatistics

ErrorMessage

  • ErrorMessage string

ErrorStatistics

FaultStatistics

  • FaultStatistics object: Information about requests that failed with a 5xx Server Error status code.

FilterExpression

  • FilterExpression string

GetServiceGraphRequest

GetServiceGraphResult

GetTraceGraphRequest

GetTraceGraphResult

GetTraceSummariesRequest

GetTraceSummariesResult

Histogram

HistogramEntry

  • HistogramEntry object: 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.

Hostname

  • Hostname string

Http

Integer

  • Integer integer

InvalidRequestException

  • InvalidRequestException object: The request is missing required parameters or has invalid parameters.

NullableBoolean

  • NullableBoolean boolean

NullableDouble

  • NullableDouble number

NullableInteger

  • NullableInteger integer

NullableLong

  • NullableLong integer

PutTelemetryRecordsRequest

PutTelemetryRecordsResult

  • PutTelemetryRecordsResult object

PutTraceSegmentsRequest

PutTraceSegmentsResult

ResourceARN

  • ResourceARN string

Segment

  • Segment object: A segment from a trace that has been ingested by the X-Ray service. The segment can be compiled from documents uploaded with PutTraceSegments, or an inferred segment for a downstream service, generated from a subsegment sent by the service that called it.

SegmentDocument

  • SegmentDocument string

SegmentId

  • SegmentId string

SegmentList

Service

ServiceId

ServiceIds

ServiceList

ServiceNames

  • ServiceNames array

ServiceStatistics

String

  • String string

TelemetryRecord

TelemetryRecordList

ThrottledException

  • ThrottledException object: The request exceeds the maximum number of requests per second.

Timestamp

  • Timestamp string

Trace

TraceId

  • TraceId string

TraceIdList

TraceList

  • TraceList array

TraceSegmentDocument

  • TraceSegmentDocument string

TraceSegmentDocumentList

TraceSummary

TraceSummaryList

TraceUser

  • TraceUser object: Information about a user recorded in segment documents.

TraceUsers

UnprocessedTraceIdList

  • UnprocessedTraceIdList array

UnprocessedTraceSegment

  • UnprocessedTraceSegment object: Information about a segment that failed processing.

UnprocessedTraceSegmentList

ValueWithServiceIds

ValuesWithServiceIds

5.0.0

7 years ago

4.0.0

8 years ago

3.0.4

8 years ago

3.0.3

8 years ago

3.0.2

8 years ago

3.0.1

8 years ago

3.0.0

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago