Skip to content

Get Trace Segment Destination

xray_get_trace_segment_destination R Documentation

Retrieves the current destination of data sent to PutTraceSegments and OpenTelemetry API

Description

Retrieves the current destination of data sent to put_trace_segments and OpenTelemetry API. The Transaction Search feature requires a CloudWatchLogs destination. For more information, see Transaction Search and OpenTelemetry.

Usage

xray_get_trace_segment_destination()

Value

A list with the following syntax:

list(
  Destination = "XRay"|"CloudWatchLogs",
  Status = "PENDING"|"ACTIVE"
)

Request syntax

svc$get_trace_segment_destination()