From 377a1a4a262a3fc2525d34ef2c589ff2272d4e54 Mon Sep 17 00:00:00 2001 From: Lukasz Raczylo Date: Tue, 10 Oct 2023 19:28:34 +0100 Subject: [PATCH] Update documentation. --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 677c79c..dc3855d 100644 --- a/README.md +++ b/README.md @@ -20,13 +20,14 @@ I wanted to monitor the queries and responses of our graphql endpoint, but we di ### Features -* MONITORING: Prometheus / VictoriaMetrics metrics -* MONITORING: Extracting user id from JWT token and adding it as a label to the metrics -* MONITORING: Extracting the query name and type and adding it as a label to the metrics -* MONITORING: Calculating the query duration and adding it to the metrics -* SPEED: Caching the queries, together with per-query cache and TTL -* SECURITY: Blocking schema introspection -* SECURITY: Rate limiting queries based on user role +* **MONITORING**: Prometheus / VictoriaMetrics metrics +* **MONITORING**: Extracting user id from JWT token and adding it as a label to the metrics +* **MONITORING**: Extracting the query name and type and adding it as a label to the metrics +* **MONITORING**: Calculating the query duration and adding it to the metrics +* **SPEED**: Caching the queries, together with per-query cache and TTL +* **SECURITY**: Blocking schema introspection +* **SECURITY**: Rate limiting queries based on user role +* **SECURITY**: Blocking mutations in read only mode ### Configuration