Update documentation.

This commit is contained in:
2023-10-10 19:28:34 +01:00
parent 7de1cf7cc7
commit 377a1a4a26
+8 -7
View File
@@ -20,13 +20,14 @@ I wanted to monitor the queries and responses of our graphql endpoint, but we di
### Features ### Features
* MONITORING: Prometheus / VictoriaMetrics metrics * **MONITORING**: Prometheus / VictoriaMetrics metrics
* MONITORING: Extracting user id from JWT token and adding it as a label to the 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**: 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 * **MONITORING**: Calculating the query duration and adding it to the metrics
* SPEED: Caching the queries, together with per-query cache and TTL * **SPEED**: Caching the queries, together with per-query cache and TTL
* SECURITY: Blocking schema introspection * **SECURITY**: Blocking schema introspection
* SECURITY: Rate limiting queries based on user role * **SECURITY**: Rate limiting queries based on user role
* **SECURITY**: Blocking mutations in read only mode
### Configuration ### Configuration