From 5572a907be3e77f928a5978effdf0a0a5c9f8b62 Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Wed, 31 Jan 2024 10:00:37 +0100
Subject: [PATCH] added documentation

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index da03876..c613d21 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ You will see that the django-prometheus plugin will expose general statistics li
 * HTTP response times,
 * CRUD operations on models that have been extended with the ```ExportModelOperationsMixin``` class.
 
-Example metric exposed by this plugin:
+Example metric exposed by this plugin (for a full list see ```example-exposed-metrics.txt```):
 
 ```
 # HELP django_model_inserts_total Number of insert operations by model.
-- 
GitLab