Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
f missing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dexterp37 committed Nov 9, 2021
1 parent 0eff084 commit ea14662
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/data.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,9 @@ the level and type of the log is listed.

- `cache-status` - If the response was pulled from the cache or regenerated.
`"hit"`, `"miss"`, `"error"`, or `"none"`.

- `cache.redis.hit` - A counter that is incremented every time the redis
cache is queried and a cached suggestion is found.

- `cache.redis.miss` - A counter that is incremented every time the redis
cache is queried and a cached suggestion is not found.

0 comments on commit ea14662

Please sign in to comment.