XRay#
Client#
- class XRay.Client#
A low-level client representing AWS X-Ray
Amazon Web Services X-Ray provides APIs for managing debug traces and retrieving service maps and other data created by processing those traces.
import boto3 client = boto3.client('xray')
These are the available methods:
- batch_get_traces
- can_paginate
- close
- create_group
- create_sampling_rule
- delete_group
- delete_resource_policy
- delete_sampling_rule
- get_encryption_config
- get_group
- get_groups
- get_insight
- get_insight_events
- get_insight_impact_graph
- get_insight_summaries
- get_paginator
- get_sampling_rules
- get_sampling_statistic_summaries
- get_sampling_targets
- get_service_graph
- get_time_series_service_statistics
- get_trace_graph
- get_trace_summaries
- get_waiter
- list_resource_policies
- list_tags_for_resource
- put_encryption_config
- put_resource_policy
- put_telemetry_records
- put_trace_segments
- tag_resource
- untag_resource
- update_group
- update_sampling_rule
Paginators#
Paginators are available on a client instance via the get_paginator
method. For more detailed instructions and examples on the usage of paginators, see the paginators user guide.
The available paginators are: