diff options
author | Aleš Mrázek <ales.mrazek@nic.cz> | 2024-04-29 10:36:58 +0200 |
---|---|---|
committer | Aleš Mrázek <ales.mrazek@nic.cz> | 2024-04-29 10:36:58 +0200 |
commit | c88676c0631c82d0ba2a306d6cdbc711a6d7d8d3 (patch) | |
tree | 4d3b9d3d98182ca625b100b6e765846a5bce74ab /doc | |
parent | NEWS: use slashes (JSON pointer) instead of dots when referring to configurat... (diff) | |
download | knot-resolver-c88676c0631c82d0ba2a306d6cdbc711a6d7d8d3.tar.xz knot-resolver-c88676c0631c82d0ba2a306d6cdbc711a6d7d8d3.zip |
doc/user/config-cache-predict.rst: use slashes (JSON pointer) instead of dots when reffering to stats node
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/config-cache-predict.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/user/config-cache-predict.rst b/doc/user/config-cache-predict.rst index 08f168d7..b270bbbd 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 |