From ce6b2e3f23f483fca000fa104134f038fbb90c78 Mon Sep 17 00:00:00 2001 From: Moshe Immerman Date: Wed, 20 Dec 2023 11:35:04 +0200 Subject: [PATCH] docs: Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ff9f9401..d444a8141 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,11 @@ Canary checker is a kubernetes-native platform for monitoring health across appl * **Dependency Free** - Runs an embedded postgres instance by default, can also be configured to use an external database. * **JUnit Export (CI/CD)** - Export health check results to JUnit format for integration into CI/CD pipelines * **JUnit Import (k6/newman/puppeter/etc)** - Use any container that creates JUnit test results -* **Scriptable** - Go templates, Javascript and [Expr](https://github.com/antonmedv/expr) can be used to: +* **Scriptable** - Go templates, Javascript and [CEL](https://canarychecker.io/scripting/cel) can be used to: * Evaluate whether a check is passing and severity to use when failing * Extract a user friendly error message * Transform and filter check responses into individual check results + * Extract custom metrics * **Multi-Modal** - While designed as a Kubernetes Operator, canary checker can also run as a CLI and a server without K8s ## Getting Started