Class: Aws::XRay::Client
- Inherits:
-
Seahorse::Client::Base
- Object
- Seahorse::Client::Base
- Aws::XRay::Client
- Includes:
- ClientStubs
- Defined in:
- gems/aws-sdk-xray/lib/aws-sdk-xray/client.rb
Overview
An API client for XRay. To construct a client, you need to configure a :region
and :credentials
.
client = Aws::XRay::Client.new(
region: region_name,
credentials: credentials,
# ...
)
For details on configuring region and credentials see the developer guide.
See #initialize for a full list of supported configuration options.
Instance Attribute Summary
Attributes inherited from Seahorse::Client::Base
API Operations collapse
-
#batch_get_traces(params = {}) ⇒ Types::BatchGetTracesResult
You cannot find traces through this API if Transaction Search is enabled since trace is not indexed in X-Ray. -
#cancel_trace_retrieval(params = {}) ⇒ Struct
Cancels an ongoing trace retrieval job initiated by
StartTraceRetrieval
using the providedRetrievalToken
. -
#create_group(params = {}) ⇒ Types::CreateGroupResult
Creates a group resource with a name and a filter expression.
-
#create_sampling_rule(params = {}) ⇒ Types::CreateSamplingRuleResult
Creates a rule to control sampling behavior for instrumented applications.
-
#delete_group(params = {}) ⇒ Struct
Deletes a group resource.
-
#delete_resource_policy(params = {}) ⇒ Struct
Deletes a resource policy from the target Amazon Web Services account.
-
#delete_sampling_rule(params = {}) ⇒ Types::DeleteSamplingRuleResult
Deletes a sampling rule.
-
#get_encryption_config(params = {}) ⇒ Types::GetEncryptionConfigResult
Retrieves the current encryption configuration for X-Ray data.
-
#get_group(params = {}) ⇒ Types::GetGroupResult
Retrieves group resource details.
-
#get_groups(params = {}) ⇒ Types::GetGroupsResult
Retrieves all active group details.
-
#get_indexing_rules(params = {}) ⇒ Types::GetIndexingRulesResult
Retrieves all indexing rules.
-
#get_insight(params = {}) ⇒ Types::GetInsightResult
Retrieves the summary information of an insight.
-
#get_insight_events(params = {}) ⇒ Types::GetInsightEventsResult
X-Ray reevaluates insights periodically until they're resolved, and records each intermediate state as an event.
-
#get_insight_impact_graph(params = {}) ⇒ Types::GetInsightImpactGraphResult
Retrieves a service graph structure filtered by the specified insight.
-
#get_insight_summaries(params = {}) ⇒ Types::GetInsightSummariesResult
Retrieves the summaries of all insights in the specified group matching the provided filter values.
-
#get_retrieved_traces_graph(params = {}) ⇒ Types::GetRetrievedTracesGraphResult
Retrieves a service graph for traces based on the specified
RetrievalToken
from the CloudWatch log group generated by Transaction Search. -
#get_sampling_rules(params = {}) ⇒ Types::GetSamplingRulesResult
Retrieves all sampling rules.
-
#get_sampling_statistic_summaries(params = {}) ⇒ Types::GetSamplingStatisticSummariesResult
Retrieves information about recent sampling results for all sampling rules.
-
#get_sampling_targets(params = {}) ⇒ Types::GetSamplingTargetsResult
Requests a sampling quota for rules that the service is using to sample requests.
-
#get_service_graph(params = {}) ⇒ Types::GetServiceGraphResult
Retrieves a document that describes services that process incoming requests, and downstream services that they call as a result.
-
#get_time_series_service_statistics(params = {}) ⇒ Types::GetTimeSeriesServiceStatisticsResult
Get an aggregation of service statistics defined by a specific time range.
-
#get_trace_graph(params = {}) ⇒ Types::GetTraceGraphResult
Retrieves a service graph for one or more specific trace IDs.
-
#get_trace_segment_destination(params = {}) ⇒ Types::GetTraceSegmentDestinationResult
Retrieves the current destination of data sent to
PutTraceSegments
and OpenTelemetry API. -
#get_trace_summaries(params = {}) ⇒ Types::GetTraceSummariesResult
Retrieves IDs and annotations for traces available for a specified time frame using an optional filter.
-
#list_resource_policies(params = {}) ⇒ Types::ListResourcePoliciesResult
Returns the list of resource policies in the target Amazon Web Services account.
-
#list_retrieved_traces(params = {}) ⇒ Types::ListRetrievedTracesResult
Retrieves a list of traces for a given
RetrievalToken
from the CloudWatch log group generated by Transaction Search. -
#list_tags_for_resource(params = {}) ⇒ Types::ListTagsForResourceResponse
Returns a list of tags that are applied to the specified Amazon Web Services X-Ray group or sampling rule.
-
#put_encryption_config(params = {}) ⇒ Types::PutEncryptionConfigResult
Updates the encryption configuration for X-Ray data.
-
#put_resource_policy(params = {}) ⇒ Types::PutResourcePolicyResult
Sets the resource policy to grant one or more Amazon Web Services services and accounts permissions to access X-Ray.
-
#put_telemetry_records(params = {}) ⇒ Struct
Used by the Amazon Web Services X-Ray daemon to upload telemetry.
-
#put_trace_segments(params = {}) ⇒ Types::PutTraceSegmentsResult
Uploads segment documents to Amazon Web Services X-Ray.
-
#start_trace_retrieval(params = {}) ⇒ Types::StartTraceRetrievalResult
Initiates a trace retrieval process using the specified time range and for the give trace IDs on Transaction Search generated by the CloudWatch log group.
-
#tag_resource(params = {}) ⇒ Struct
Applies tags to an existing Amazon Web Services X-Ray group or sampling rule.
-
#untag_resource(params = {}) ⇒ Struct
Removes tags from an Amazon Web Services X-Ray group or sampling rule.
-
#update_group(params = {}) ⇒ Types::UpdateGroupResult
Updates a group resource.
-
#update_indexing_rule(params = {}) ⇒ Types::UpdateIndexingRuleResult
Modifies an indexing rule’s configuration.
-
#update_sampling_rule(params = {}) ⇒ Types::UpdateSamplingRuleResult
Modifies a sampling rule's configuration.
-
#update_trace_segment_destination(params = {}) ⇒ Types::UpdateTraceSegmentDestinationResult
Modifies the destination of data sent to
PutTraceSegments
.
Instance Method Summary collapse
-
#initialize(options) ⇒ Client
constructor
A new instance of Client.
Methods included from ClientStubs
#api_requests, #stub_data, #stub_responses
Methods inherited from Seahorse::Client::Base
add_plugin, api, clear_plugins, define, new, #operation_names, plugins, remove_plugin, set_api, set_plugins
Methods included from Seahorse::Client::HandlerBuilder
#handle, #handle_request, #handle_response
Constructor Details
#initialize(options) ⇒ Client
Returns a new instance of Client.
444 445 446 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/client.rb', line 444 def initialize(*args) super end |
Instance Method Details
#batch_get_traces(params = {}) ⇒ Types::BatchGetTracesResult
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.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
497 498 499 500 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/client.rb', line 497 def batch_get_traces(params = {}, = {}) req = build_request(:batch_get_traces, params) req.send_request() end |
#cancel_trace_retrieval(params = {}) ⇒ Struct
Cancels an ongoing trace retrieval job initiated by
StartTraceRetrieval
using the provided RetrievalToken
. A
successful cancellation will return an HTTP 200 response.
521 522 523 524 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/client.rb', line 521 def cancel_trace_retrieval(params = {}, = {}) req = build_request(:cancel_trace_retrieval, params) req.send_request() end |
#create_group(params = {}) ⇒ Types::CreateGroupResult
Creates a group resource with a name and a filter expression.
604 605 606 607 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/client.rb', line 604 def create_group(params = {}, = {}) req = build_request(:create_group, params) req.send_request() end |
#create_sampling_rule(params = {}) ⇒ Types::CreateSamplingRuleResult
Creates a rule to control sampling behavior for instrumented applications. Services retrieve rules with GetSamplingRules, and evaluate each rule in ascending order of priority for each request. If a rule matches, the service records a trace, borrowing it from the reservoir size. After 10 seconds, the service reports back to X-Ray with GetSamplingTargets to get updated versions of each in-use rule. The updated rule contains a trace quota that the service can use instead of borrowing from the reservoir.
707 708 709 710 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/client.rb', line 707 def create_sampling_rule(params = {}, = {}) req = build_request(:create_sampling_rule, params) req.send_request() end |
#delete_group(params = {}) ⇒ Struct
Deletes a group resource.
733 734 735 736 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/client.rb', line 733 def delete_group(params = {}, = {}) req = build_request(:delete_group, params) req.send_request() end |
#delete_resource_policy(params = {}) ⇒ Struct
Deletes a resource policy from the target Amazon Web Services account.
762 763 764 765 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/client.rb', line 762 def delete_resource_policy(params = {}, = {}) req = build_request(:delete_resource_policy, params) req.send_request() end |
#delete_sampling_rule(params = {}) ⇒ Types::DeleteSamplingRuleResult
Deletes a sampling rule.
811 812 813 814 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/client.rb', line 811 def delete_sampling_rule(params = {}, = {}) req = build_request(:delete_sampling_rule, params) req.send_request() end |
#get_encryption_config(params = {}) ⇒ Types::GetEncryptionConfigResult
Retrieves the current encryption configuration for X-Ray data.
832 833 834 835 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/client.rb', line 832 def get_encryption_config(params = {}, = {}) req = build_request(:get_encryption_config, params) req.send_request() end |
#get_group(params = {}) ⇒ Types::GetGroupResult
Retrieves group resource details.
868 869 870 871 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/client.rb', line 868 def get_group(params = {}, = {}) req = build_request(:get_group, params) req.send_request() end |
#get_groups(params = {}) ⇒ Types::GetGroupsResult
Retrieves all active group details.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
905 906 907 908 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/client.rb', line 905 def get_groups(params = {}, = {}) req = build_request(:get_groups, params) req.send_request() end |
#get_indexing_rules(params = {}) ⇒ Types::GetIndexingRulesResult
Retrieves all indexing rules.
Indexing rules are used to determine the server-side sampling rate for spans ingested through the CloudWatchLogs destination and indexed by X-Ray. For more information, see Transaction Search.
948 949 950 951 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/client.rb', line 948 def get_indexing_rules(params = {}, = {}) req = build_request(:get_indexing_rules, params) req.send_request() end |
#get_insight(params = {}) ⇒ Types::GetInsightResult
Retrieves the summary information of an insight. This includes impact to clients and root cause services, the top anomalous services, the category, the state of the insight, and the start and end time of the insight.
1005 1006 1007 1008 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/client.rb', line 1005 def get_insight(params = {}, = {}) req = build_request(:get_insight, params) req.send_request() end |
#get_insight_events(params = {}) ⇒ Types::GetInsightEventsResult
X-Ray reevaluates insights periodically until they're resolved, and records each intermediate state as an event. You can review an insight's events in the Impact Timeline on the Inspect page in the X-Ray console.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
1064 1065 1066 1067 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/client.rb', line 1064 def get_insight_events(params = {}, = {}) req = build_request(:get_insight_events, params) req.send_request() end |
#get_insight_impact_graph(params = {}) ⇒ Types::GetInsightImpactGraphResult
Retrieves a service graph structure filtered by the specified insight. The service graph is limited to only structural information. For a complete service graph, use this API with the GetServiceGraph API.
1132 1133 1134 1135 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/client.rb', line 1132 def get_insight_impact_graph(params = {}, = {}) req = build_request(:get_insight_impact_graph, params) req.send_request() end |
#get_insight_summaries(params = {}) ⇒ Types::GetInsightSummariesResult
Retrieves the summaries of all insights in the specified group matching the provided filter values.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
1219 1220 1221 1222 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/client.rb', line 1219 def get_insight_summaries(params = {}, = {}) req = build_request(:get_insight_summaries, params) req.send_request() end |
#get_retrieved_traces_graph(params = {}) ⇒ Types::GetRetrievedTracesGraphResult
Retrieves a service graph for traces based on the specified
RetrievalToken
from the CloudWatch log group generated by
Transaction Search. This API does not initiate a retrieval job. You
must first execute StartTraceRetrieval
to obtain the required
RetrievalToken
.
The trace graph describes services that process incoming requests and any downstream services they call, which may include Amazon Web Services resources, external APIs, or databases.
The response is empty until the RetrievalStatus
is COMPLETE. Retry
the request after the status changes from RUNNING or SCHEDULED to
COMPLETE to access the full service graph.
When CloudWatch log is the destination, this API can support cross-account observability and service graph retrieval across linked accounts.
For retrieving graphs from X-Ray directly as opposed to the Transaction-Search Log group, see GetTraceGraph.
1332 1333 1334 1335 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/client.rb', line 1332 def get_retrieved_traces_graph(params = {}, = {}) req = build_request(:get_retrieved_traces_graph, params) req.send_request() end |
#get_sampling_rules(params = {}) ⇒ Types::GetSamplingRulesResult
Retrieves all sampling rules.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
1380 1381 1382 1383 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/client.rb', line 1380 def get_sampling_rules(params = {}, = {}) req = build_request(:get_sampling_rules, params) req.send_request() end |
#get_sampling_statistic_summaries(params = {}) ⇒ Types::GetSamplingStatisticSummariesResult
Retrieves information about recent sampling results for all sampling rules.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
1418 1419 1420 1421 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/client.rb', line 1418 def get_sampling_statistic_summaries(params = {}, = {}) req = build_request(:get_sampling_statistic_summaries, params) req.send_request() end |
#get_sampling_targets(params = {}) ⇒ Types::GetSamplingTargetsResult
Requests a sampling quota for rules that the service is using to sample requests.
1468 1469 1470 1471 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/client.rb', line 1468 def get_sampling_targets(params = {}, = {}) req = build_request(:get_sampling_targets, params) req.send_request() end |
#get_service_graph(params = {}) ⇒ Types::GetServiceGraphResult
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 Amazon Web Services X-Ray SDK. Downstream services can be other applications, Amazon Web Services resources, HTTP web APIs, or SQL databases.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
1580 1581 1582 1583 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/client.rb', line 1580 def get_service_graph(params = {}, = {}) req = build_request(:get_service_graph, params) req.send_request() end |
#get_time_series_service_statistics(params = {}) ⇒ Types::GetTimeSeriesServiceStatisticsResult
Get an aggregation of service statistics defined by a specific time range.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
1670 1671 1672 1673 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/client.rb', line 1670 def get_time_series_service_statistics(params = {}, = {}) req = build_request(:get_time_series_service_statistics, params) req.send_request() end |
#get_trace_graph(params = {}) ⇒ Types::GetTraceGraphResult
Retrieves a service graph for one or more specific trace IDs.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
1754 1755 1756 1757 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/client.rb', line 1754 def get_trace_graph(params = {}, = {}) req = build_request(:get_trace_graph, params) req.send_request() end |
#get_trace_segment_destination(params = {}) ⇒ Types::GetTraceSegmentDestinationResult
Retrieves the current destination of data sent to PutTraceSegments
and OpenTelemetry API. The Transaction Search feature requires a
CloudWatchLogs destination. For more information, see Transaction
Search and OpenTelemetry.
1783 1784 1785 1786 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/client.rb', line 1783 def get_trace_segment_destination(params = {}, = {}) req = build_request(:get_trace_segment_destination, params) req.send_request() end |
#get_trace_summaries(params = {}) ⇒ Types::GetTraceSummariesResult
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 BatchGetTraces
.
A filter expression can target traced requests that hit specific
service nodes or edges, have errors, or come from a known user. For
example, the following filter expression targets traces that pass
through api.example.com
:
service("api.example.com")
This filter expression finds traces that have an annotation named
account
with the value 12345
:
annotation.account = "12345"
For a full list of indexed fields and keywords that you can use in filter expressions, see Use filter expressions in the Amazon Web Services X-Ray Developer Guide.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
1966 1967 1968 1969 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/client.rb', line 1966 def get_trace_summaries(params = {}, = {}) req = build_request(:get_trace_summaries, params) req.send_request() end |
#list_resource_policies(params = {}) ⇒ Types::ListResourcePoliciesResult
Returns the list of resource policies in the target Amazon Web Services account.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
2003 2004 2005 2006 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/client.rb', line 2003 def list_resource_policies(params = {}, = {}) req = build_request(:list_resource_policies, params) req.send_request() end |
#list_retrieved_traces(params = {}) ⇒ Types::ListRetrievedTracesResult
Retrieves a list of traces for a given RetrievalToken
from the
CloudWatch log group generated by Transaction Search. For information
on what each trace returns, see BatchGetTraces.
This API does not initiate a retrieval job. To start a trace
retrieval, use StartTraceRetrieval
, which generates the required
RetrievalToken
.
When the RetrievalStatus
is not COMPLETE, the API will return an
empty response. Retry the request once the retrieval has completed to
access the full list of traces.
For cross-account observability, this API can retrieve traces from linked accounts when CloudWatch log is the destination across relevant accounts. For more details, see CloudWatch cross-account observability.
For retrieving data from X-Ray directly as opposed to the Transaction-Search Log group, see BatchGetTraces.
2074 2075 2076 2077 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/client.rb', line 2074 def list_retrieved_traces(params = {}, = {}) req = build_request(:list_retrieved_traces, params) req.send_request() end |
#list_tags_for_resource(params = {}) ⇒ Types::ListTagsForResourceResponse
Returns a list of tags that are applied to the specified Amazon Web Services X-Ray group or sampling rule.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
2115 2116 2117 2118 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/client.rb', line 2115 def (params = {}, = {}) req = build_request(:list_tags_for_resource, params) req.send_request() end |
#put_encryption_config(params = {}) ⇒ Types::PutEncryptionConfigResult
Updates the encryption configuration for X-Ray data.
2163 2164 2165 2166 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/client.rb', line 2163 def put_encryption_config(params = {}, = {}) req = build_request(:put_encryption_config, params) req.send_request() end |
#put_resource_policy(params = {}) ⇒ Types::PutResourcePolicyResult
Sets the resource policy to grant one or more Amazon Web Services services and accounts permissions to access X-Ray. Each resource policy will be associated with a specific Amazon Web Services account. Each Amazon Web Services account can have a maximum of 5 resource policies, and each policy name must be unique within that account. The maximum size of each resource policy is 5KB.
2232 2233 2234 2235 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/client.rb', line 2232 def put_resource_policy(params = {}, = {}) req = build_request(:put_resource_policy, params) req.send_request() end |
#put_telemetry_records(params = {}) ⇒ Struct
Used by the Amazon Web Services X-Ray daemon to upload telemetry.
2278 2279 2280 2281 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/client.rb', line 2278 def put_telemetry_records(params = {}, = {}) req = build_request(:put_telemetry_records, params) req.send_request() end |
#put_trace_segments(params = {}) ⇒ Types::PutTraceSegmentsResult
Uploads segment documents to Amazon Web Services X-Ray. A segment document can be a completed segment, an in-progress segment, or an array of subsegments.
Segments must include the following fields. For the full segment document schema, see Amazon Web Services X-Ray Segment Documents in the Amazon Web Services X-Ray Developer Guide.
Required segment document fields
name
- The name of the service that handled the request.id
- A 64-bit identifier for the segment, unique among segments in the same trace, in 16 hexadecimal digits.trace_id
- A unique identifier that connects all segments and subsegments originating from a single client request.start_time
- Time the segment or subsegment was created, in floating point seconds in epoch time, accurate to milliseconds. For example,1480615200.010
or1.480615200010E9
.end_time
- Time the segment or subsegment was closed. For example,1480615200.090
or1.480615200090E9
. Specify either anend_time
orin_progress
.in_progress
- Set totrue
instead of specifying anend_time
to record that a segment has been started, but is not complete. Send an in-progress segment when your application receives a request that will take a long time to serve, to trace that the request was received. When the response is sent, send the complete segment to overwrite the in-progress segment.
A trace_id
consists of three numbers separated by hyphens. For
example, 1-58406520-a006649127e371903a2de979. For trace IDs created by
an X-Ray SDK, or by Amazon Web Services services integrated with
X-Ray, a trace ID includes:
Trace ID Format
The version number, for instance,
1
.The time of the original request, in Unix epoch time, in 8 hexadecimal digits. For example, 10:00AM December 2nd, 2016 PST in epoch time is
1480615200
seconds, or58406520
in hexadecimal.A 96-bit identifier for the trace, globally unique, in 24 hexadecimal digits.
4efaaf4d1e8720b39541901950019ee5
should be
formatted as 1-4efaaf4d-1e8720b39541901950019ee5
when sending to
X-Ray. While X-Ray trace IDs include the original request timestamp in
Unix epoch time, this is not required or validated.
2372 2373 2374 2375 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/client.rb', line 2372 def put_trace_segments(params = {}, = {}) req = build_request(:put_trace_segments, params) req.send_request() end |
#start_trace_retrieval(params = {}) ⇒ Types::StartTraceRetrievalResult
Initiates a trace retrieval process using the specified time range and for the give trace IDs on Transaction Search generated by the CloudWatch log group. For more information, see Transaction Search.
API returns a RetrievalToken
, which can be used with
ListRetrievedTraces
or GetRetrievedTracesGraph
to fetch results.
Retrievals will time out after 60 minutes. To execute long time
ranges, consider segmenting into multiple retrievals.
If you are using CloudWatch cross-account observability, you can use this operation in a monitoring account to retrieve data from a linked source account, as long as both accounts have transaction search enabled.
For retrieving data from X-Ray directly as opposed to the Transaction-Search Log group, see BatchGetTraces.
2435 2436 2437 2438 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/client.rb', line 2435 def start_trace_retrieval(params = {}, = {}) req = build_request(:start_trace_retrieval, params) req.send_request() end |
#tag_resource(params = {}) ⇒ Struct
Applies tags to an existing Amazon Web Services X-Ray group or sampling rule.
2490 2491 2492 2493 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/client.rb', line 2490 def tag_resource(params = {}, = {}) req = build_request(:tag_resource, params) req.send_request() end |
#untag_resource(params = {}) ⇒ Struct
Removes tags from an Amazon Web Services X-Ray group or sampling rule.
You cannot edit or delete system tags (those with an aws:
prefix).
2518 2519 2520 2521 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/client.rb', line 2518 def untag_resource(params = {}, = {}) req = build_request(:untag_resource, params) req.send_request() end |
#update_group(params = {}) ⇒ Types::UpdateGroupResult
Updates a group resource.
2573 2574 2575 2576 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/client.rb', line 2573 def update_group(params = {}, = {}) req = build_request(:update_group, params) req.send_request() end |
#update_indexing_rule(params = {}) ⇒ Types::UpdateIndexingRuleResult
Modifies an indexing rule’s configuration.
Indexing rules are used for determining the sampling rate for spans indexed from CloudWatch Logs. For more information, see Transaction Search.
2620 2621 2622 2623 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/client.rb', line 2620 def update_indexing_rule(params = {}, = {}) req = build_request(:update_indexing_rule, params) req.send_request() end |
#update_sampling_rule(params = {}) ⇒ Types::UpdateSamplingRuleResult
Modifies a sampling rule's configuration.
2678 2679 2680 2681 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/client.rb', line 2678 def update_sampling_rule(params = {}, = {}) req = build_request(:update_sampling_rule, params) req.send_request() end |
#update_trace_segment_destination(params = {}) ⇒ Types::UpdateTraceSegmentDestinationResult
Modifies the destination of data sent to PutTraceSegments
. The
Transaction Search feature requires the CloudWatchLogs destination.
For more information, see Transaction Search.
2714 2715 2716 2717 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/client.rb', line 2714 def update_trace_segment_destination(params = {}, = {}) req = build_request(:update_trace_segment_destination, params) req.send_request() end |