aws.xray.get_sampling_statistic_summaries
Example SQL Queries
SELECT * FROMaws.xray.get_sampling_statistic_summaries;Description
Retrieves information about recent sampling results for all sampling rules.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| borrow_count The number of requests recorded with borrowed reservoir quota. | BIGINT |
| request_count The number of requests that matched the rule. | BIGINT |
| rule_name The name of the sampling rule. | VARCHAR |
| sampled_count The number of requests recorded. | BIGINT |
| timestamp The start time of the reporting window. | TIMESTAMP_S |