From 34cac466cc218022c44fb7aca15e236959a33023 Mon Sep 17 00:00:00 2001 From: Christoph Hamsen Date: Fri, 4 Feb 2022 17:28:18 +0100 Subject: [PATCH] fixup! feat: prometheus metrics --- docs/features/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/features/README.md b/docs/features/README.md index 80284d7a3..8da039ea2 100644 --- a/docs/features/README.md +++ b/docs/features/README.md @@ -2,9 +2,10 @@ Besides Connaisseur's central functionality, several additional features are available: +- [Metrics](./metrics.md): *get prometheus metrics at `/metrics`* +- [Alerting](./alerting.md): *send alerts based on verification result* - [Detection Mode](./detection_mode.md): *warn but do not block invalid images* - [Namespaced Validation](./namespaced_validation.md): *restrict validation to dedicated namespaces* -- [Alerting](./alerting.md): *send alerts based on verification result* - [Automatic Child Approval](automatic_child_approval.md): *configure approval of Kubernetes child resources* In combination, these features help to improve usability and might better support the DevOps workflow.