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 gcp_sql_database_instance_metric_cpu_utilization_daily closes #230 #251

Merged
merged 5 commits into from
Jun 30, 2021

Conversation

ParthaI
Copy link
Contributor

@ParthaI ParthaI commented Jun 25, 2021

Integration test logs

Logs
Add passing integration test logs here

Example query results

Results
select instance_id, metric_type, maximum, minimum, sum, sample_count, average, time_stamp from gcp_sql_database_instance_metric_cpu_utilization_daily;
+----------------------------+--------------------------------------------------+----------------------+----------------------+--------------------+--------------+----------------------+------------------
| instance_id                | metric_type                                      | maximum              | minimum              | sum                | sample_count | average              | time_stamp       
+----------------------------+--------------------------------------------------+----------------------+----------------------+--------------------+--------------+----------------------+------------------
| parker-aaa:test-connection | cloudsql.googleapis.com/database/cpu/utilization | 0.026054958333332934 | 0.022772166666665802 | 34.753771263888865 | 1440         | 0.0241345633777006   | 2021-06-25T12:52:
| parker-aaa:test-connection | cloudsql.googleapis.com/database/cpu/utilization | 0.05209206944444445  | 0.022682180555555514 | 5.02751313888889   | 209          | 0.024055086788942054 | 2021-06-24T12:51:
+----------------------------+--------------------------------------------------+----------------------+----------------------+--------------------+--------------+----------------------+------------------

@ParthaI ParthaI requested a review from Subhajit97 June 25, 2021 13:09
@ParthaI ParthaI self-assigned this Jun 25, 2021
@ParthaI ParthaI linked an issue Jun 25, 2021 that may be closed by this pull request
Copy link

@rajlearner17 rajlearner17 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Subhajit97 Subhajit97 requested a review from cbruno10 June 30, 2021 05:16
@cbruno10 cbruno10 merged commit bcc93a7 into main Jun 30, 2021
@cbruno10 cbruno10 deleted the issue-230 branch June 30, 2021 16:09
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.

Add table gcp_sql_database_instance_metric_cpu_utilization_daily
4 participants