xray_get_trace_summaries: Retrieves IDs and annotations for traces available for a...

View source: R/xray_operations.R

xray_get_trace_summariesR Documentation

Retrieves IDs and annotations for traces available for a specified time frame using an optional filter

Description

Retrieves IDs and annotations for traces available for a specified time frame using an optional filter. To get the full traces, pass the trace IDs to batch_get_traces.

See https://www.paws-r-sdk.com/docs/xray_get_trace_summaries/ for full documentation.

Usage

xray_get_trace_summaries(
  StartTime,
  EndTime,
  TimeRangeType = NULL,
  Sampling = NULL,
  SamplingStrategy = NULL,
  FilterExpression = NULL,
  NextToken = NULL
)

Arguments

StartTime

[required] The start of the time frame for which to retrieve traces.

EndTime

[required] The end of the time frame for which to retrieve traces.

TimeRangeType

A parameter to indicate whether to query trace summaries by TraceId, Event (trace update time), or Service (segment end time).

Sampling

Set to true to get summaries for only a subset of available traces.

SamplingStrategy

A parameter to indicate whether to enable sampling on trace summaries. Input parameters are Name and Value.

FilterExpression

Specify a filter expression to retrieve trace summaries for services or requests that meet certain requirements.

NextToken

Specify the pagination token returned by a previous request to retrieve the next page of results.


paws.developer.tools documentation built on Sept. 12, 2024, 6:46 a.m.