Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add table aws_application_signals_service_level_objective (#2291) #2305

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

ParthaI
Copy link
Contributor

@ParthaI ParthaI commented Sep 17, 2024

Integration test logs

Logs
N/A

Example query results

Results
> select * from aws_application_signals_service_level_objective where arn = 'arn:aws:application-signals:us-east-2:xxxxxxxxxxxx:slo/fsdfsw53'
+-----------------------------------------------------------------+----------+----------------+---------------------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------+--------+----------------------------------------->
| arn                                                             | name     | operation_name | created_time              | evaluation_type | attainment_goal | goal                                                                                                   | sli    | request_based_sli                       >
+-----------------------------------------------------------------+----------+----------------+---------------------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------+--------+----------------------------------------->
| arn:aws:application-signals:us-east-2:xxxxxxxxxxxx:slo/fsdfsw53 | fsdfsw53 | <null>         | 2024-09-20T12:13:16+05:30 | RequestBased    | 99.9            | {"AttainmentGoal":99.9,"Interval":{"Value":{"Duration":1,"DurationUnit":"DAY"}},"WarningThreshold":30} | <null> | {"ComparisonOperator":"","MetricThreshol>
+-----------------------------------------------------------------+----------+----------------+---------------------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------+--------+----------------------------------------->

Time: 8.4s. Rows returned: 1. Rows fetched: 1. Hydrate calls: 1.

Scans:
  1) aws_application_signals_service_level_objective.aws: Time: 8.3s. Fetched: 1. Hydrates: 1. Quals: arn=arn:aws:application-signals:us-east-2:xxxxxxxxxxxx:slo/fsdfsw53.

> select * from aws_application_signals_service_level_objective
+-----------------------------------------------------------------+----------+----------------+---------------------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------+--------+----------------------------------------->
| arn                                                             | name     | operation_name | created_time              | evaluation_type | attainment_goal | goal                                                                                                   | sli    | request_based_sli                       >
+-----------------------------------------------------------------+----------+----------------+---------------------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------+--------+----------------------------------------->
| arn:aws:application-signals:us-east-2:xxxxxxxxxxxx:slo/fsdfsw53 | fsdfsw53 | <null>         | 2024-09-20T12:13:16+05:30 | RequestBased    | 99.9            | {"AttainmentGoal":99.9,"Interval":{"Value":{"Duration":1,"DurationUnit":"DAY"}},"WarningThreshold":30} | <null> | {"ComparisonOperator":"","MetricThreshol>
+-----------------------------------------------------------------+----------+----------------+---------------------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------+--------+----------------------------------------->

Time: 2.8s. Rows returned: 1. Rows fetched: 1. Hydrate calls: 2.

Scans:
  1) aws_application_signals_service_level_objective.aws: Time: 0.6s. Fetched: 1. Hydrates: 2.

@ParthaI ParthaI self-assigned this Sep 17, 2024
@ParthaI
Copy link
Contributor Author

ParthaI commented Sep 20, 2024

Note: As we update the SDK version, we should trigger off the integration test to ensure other tables are working fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants