diff options
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 |