From: Aleš Mrázek Date: Mon, 29 Apr 2024 08:36:58 +0000 (+0200) Subject: doc/user/config-cache-predict.rst: use slashes (JSON pointer) instead of dots when... X-Git-Tag: v6.0.8~24^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fenvironments%2Fdocs-develop-doc-vyxna8%2Fdeployments%2F3919;p=thirdparty%2Fknot-resolver.git doc/user/config-cache-predict.rst: use slashes (JSON pointer) instead of dots when reffering to stats node --- diff --git a/doc/user/config-cache-predict.rst b/doc/user/config-cache-predict.rst index 08f168d7e..b270bbbd2 100644 --- a/doc/user/config-cache-predict.rst +++ b/doc/user/config-cache-predict.rst @@ -59,6 +59,6 @@ Exported metrics To visualize the efficiency of the predictions, following statistics are exported. -* ``predict.epoch`` - current prediction epoch (based on time of day and sampling window) -* ``predict.queue`` - number of queued queries in current window -* ``predict.learned`` - number of learned queries in current window +* ``/predict/epoch`` - current prediction epoch (based on time of day and sampling window) +* ``/predict/queue`` - number of queued queries in current window +* ``/predict/learned`` - number of learned queries in current window