Method: Aws::XRay::Client#get_indexing_rules
- Defined in:
- lib/aws-sdk-xray/client.rb
#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].
[1]: docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-Transaction-Search.html
985 986 987 988 |
# File 'lib/aws-sdk-xray/client.rb', line 985 def get_indexing_rules(params = {}, = {}) req = build_request(:get_indexing_rules, params) req.send_request() end |