From fedac3eee59ca3c363e32def2a09896fdd018d38 Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Tue, 14 Jun 2022 14:05:16 +0200
Subject: [PATCH] Add links to PromQL tutorials & examples

---
 docs/source/monitoring.rst | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/docs/source/monitoring.rst b/docs/source/monitoring.rst
index a3cfb04..4a74aa0 100644
--- a/docs/source/monitoring.rst
+++ b/docs/source/monitoring.rst
@@ -30,7 +30,11 @@ The queries express selections on these entries for a given name, filtered by th
 
   device_attribute{device="stat/sdp/1", name="FPGA_temp_R"}
 
-Furthermore, values of different metrics can be combined (added, merged, etc). See the PromQL documentation for more details.
+Furthermore, values of different metrics can be combined (added, merged, etc). See the PromQL documentation for more details, or read:
+
+* `An Intro to PromQL <https://logz.io/blog/promql-examples-introduction/>`_,
+* `PromQL Tutorial for Beginners <https://valyala.medium.com/promql-tutorial-for-beginners-9ab455142085>`_,
+* `PromQL Cheat Sheet <https://promlabs.com/promql-cheat-sheet/>`_.
 
 Querying LOFAR Station Control
 ````````````````````````````````````
-- 
GitLab