You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduces an early-warning series of prometheus alerts to attempt to catch issues with performance at an early stage in development.
Signed-off-by: Daniel Franz <[email protected]>
Copy file name to clipboardExpand all lines: config/README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,12 @@ This provides additional configuration support for end-to-end testing, including
27
27
28
28
This configuration is used to generate `manifests/standard-e2e.yaml`.
29
29
30
+
## config/overlays/prometheus
31
+
32
+
Overlay containing manifest files which enable prometheus scraping of the catalogd and operator-controller pods. Used during e2e runs to measure performance over the lifetime of the test.
33
+
34
+
These manifests will not end up in the `manifests/` folder, as they must be applied in two distinct steps to avoid issues with applying prometheus CRDs and CRs simultaneously.
35
+
30
36
## config/overlays/experimental
31
37
32
38
This provides additional configuration used to support experimental features, including CRDs. This configuration requires cert-manager.
0 commit comments