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
Copy file name to clipboardExpand all lines: canary-checker/docs/comparisons/blackbox-exporter.md
+1-5
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,7 @@
1
1
# Canary-Checker vs Prometheus blackbox exporter
2
2
3
-
4
-
5
3
[Prometheus Blackbox Exporter](https://github.com/prometheus/blackbox_exporter) is a prometheus exporter for probing HTTP, HTTPS, DNS, TCP, ICMP and gRPC.
Copy file name to clipboardExpand all lines: canary-checker/docs/concepts/secret-management.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -186,7 +186,7 @@ rules:
186
186
187
187
:::
188
188
189
-
# Recommendations
189
+
## Recommendations
190
190
191
191
Kubernetes Secrets are, by default, stored unencrypted in the API server's underlying data store (etcd). Anyone with API access can retrieve or modify a Secret, and so can anyone with access to etcd. With this in mind, it is recommended to implement some level of security to prevent unauthorized access to your Kubernetes secrets.
192
192
You may consider the following for your encryption and security needs:
Copy file name to clipboardExpand all lines: canary-checker/docs/examples/newman.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ spec:
32
32
command: ["/start.sh"]
33
33
```
34
34
35
-
By configuring newman to export JUnit to the `testResults` folder, canary-checker will pick up the results and make then available display formating and health evaluation.
35
+
By configuring newman to export JUnit to the `testResults` folder, canary-checker will pick up the results and make then available display formatting and health evaluation.
Copy file name to clipboardExpand all lines: canary-checker/docs/examples/playwright.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ spec:
32
32
command: ["/start.sh"]
33
33
```
34
34
35
-
By configuring playwright to export JUnit to the `testResults` folder, canary-checker will pick up the results and make then available display formating and health evaluation.
35
+
By configuring playwright to export JUnit to the `testResults` folder, canary-checker will pick up the results and make then available display formatting and health evaluation.
Integration checks run automated test suites using tools like Playwright, JUnit, Newman and K6 to validate end-to-end functionality across services and infrastructure.
Copy file name to clipboardExpand all lines: canary-checker/docs/reference/1-folder.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ spec:
43
43
{field: "minCount", description: "The minimum number of files inside the `path`", scheme: "int"},
44
44
{field: "maxCount", description: "The maximum number of files inside the `path`, can be used in conjunction with `filter.regex` to detect error files", scheme: "int"},
45
45
{field: "minAge", description: "The youngest age a file can be", scheme: "Duration"},
46
-
{field: "maxAge", description: "The oldest age a file can be, often used to check for unprocessed files or filess that have not been cleaned up", scheme: "Duration"},
46
+
{field: "maxAge", description: "The oldest age a file can be, often used to check for unprocessed files or files that have not been cleaned up", scheme: "Duration"},
47
47
{field: "minSize", description: "The minimum file size, can be used to detect backups that did not upload successfully", scheme: "Size"},
48
48
{field: "maxSize", description: "The maximim file size", scheme: "Size"}
0 commit comments