aws.xray.get_service_graph
Example SQL Queries
SELECT * FROMaws.xray.get_service_graphWHERE"start_time" = 'VALUE'AND "end_time" = 'VALUE';Description
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.
Table Definition
| Column Name | Column Data Type |
|---|---|
| end_time Required Input Column The end of the time frame for which the graph was generated. | TIMESTAMP_S |
| start_time Required Input Column The start of the time frame for which the graph was generated. | TIMESTAMP_S |
| group_arn Input Column The Amazon Resource Name (ARN) of a group based on which you want to generate a graph. | VARCHAR |
| group_name Input Column The name of a group based on which you want to generate a graph. | VARCHAR |
| _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 |
| contains_old_group_versions A flag indicating whether the group's filter expression has been consistent, or if the returned service graph may show traces from an older version of the group's filter expression. | BOOLEAN |
| services The services that have processed a traced request during the specified time frame. | STRUCT( |
Show child fields
| |