Skip to content

Add table aws_application_signals_service_level_objective (#2291)#2305

Closed
ParthaI wants to merge 5 commits intomainfrom
application-signals-service-level-objective
Closed

Add table aws_application_signals_service_level_objective (#2291)#2305
ParthaI wants to merge 5 commits intomainfrom
application-signals-service-level-objective

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.

Co-authored-by: ParthaI <47887552+ParthaI@users.noreply.github.com>
@ParthaI ParthaI self-assigned this Sep 17, 2024
@ParthaI ParthaI requested a review from misraved September 20, 2024 11:06
@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.

@github-actions
Copy link

This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.

@github-actions github-actions bot added the stale No recent activity has been detected on this issue/PR and it will be closed label Nov 23, 2024
@misraved misraved removed the stale No recent activity has been detected on this issue/PR and it will be closed label Nov 28, 2024
@github-actions
Copy link

This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.

@github-actions github-actions bot added the stale No recent activity has been detected on this issue/PR and it will be closed label Jan 27, 2025
@misraved misraved removed the stale No recent activity has been detected on this issue/PR and it will be closed label Feb 5, 2025
@github-actions
Copy link

github-actions bot commented Apr 8, 2025

This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.

@github-actions github-actions bot added the stale No recent activity has been detected on this issue/PR and it will be closed label Apr 8, 2025
@github-actions
Copy link

github-actions bot commented May 8, 2025

This PR was closed because it has been stalled for 90 days with no activity.

@github-actions github-actions bot closed this May 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

stale No recent activity has been detected on this issue/PR and it will be closed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants