-
-
Notifications
You must be signed in to change notification settings - Fork 342
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add support for Redshift-Serverless
- Loading branch information
nicolas.bazinet
committed
Dec 6, 2024
1 parent
49a296a
commit c6f9dba
Showing
3 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
apiVersion: v1alpha1 | ||
discovery: | ||
jobs: | ||
- type: AWS/Redshift-Serverless | ||
regions: | ||
- us-east-1 | ||
period: 300 | ||
length: 300 | ||
metrics: | ||
- name: DatabaseConnections | ||
statistics: [Average] | ||
- name: ComputeCapacity | ||
statistics: [Average] | ||
- name: QueryRuntimeBreakdown | ||
statistics: [Average] | ||
- name: QueriesRunning | ||
statistics: [Average] | ||
- name: QueriesQueued | ||
statistics: [Average] | ||
- name: QueryDuration | ||
statistics: [Average] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters