forked from red-hat-data-services/ods-ci
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add WatsonX metrics test (red-hat-data-services#985)
* add initial test for model metrics Signed-off-by: bdattoma <bdattoma@redhat.com> * add checks for query type and cpu usage Signed-off-by: bdattoma <bdattoma@redhat.com> * remove commented code Signed-off-by: bdattoma <bdattoma@redhat.com> * add kw to protected list Signed-off-by: bdattoma <bdattoma@redhat.com> * add docs and minor fixes Signed-off-by: bdattoma <bdattoma@redhat.com> * add polarion id Signed-off-by: bdattoma <bdattoma@redhat.com> * fix some alerts Signed-off-by: bdattoma <bdattoma@redhat.com> * increase metric check stability Signed-off-by: bdattoma <bdattoma@redhat.com> * fix expected model response Signed-off-by: bdattoma <bdattoma@redhat.com> --------- Signed-off-by: bdattoma <bdattoma@redhat.com>
- Loading branch information
Showing
6 changed files
with
220 additions
and
6 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,10 @@ | ||
apiVersion: v1 | ||
kind: ConfigMap | ||
metadata: | ||
name: user-workload-monitoring-config | ||
namespace: openshift-user-workload-monitoring | ||
data: | ||
config.yaml: | | ||
prometheus: | ||
logLevel: debug | ||
retention: 15d #Change as needed |
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,8 @@ | ||
apiVersion: v1 | ||
kind: ConfigMap | ||
metadata: | ||
name: cluster-monitoring-config | ||
namespace: openshift-monitoring | ||
data: | ||
config.yaml: | | ||
enableUserWorkload: true |
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
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