diff options
| author | Stefan Boberg <[email protected]> | 2021-09-30 11:53:39 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-09-30 11:53:39 +0200 |
| commit | 6400d31d561615ceb4e363d6339c2a59a025ad53 (patch) | |
| tree | 889c6c44fbf4d3e509f3f563566e9bb70f0fa011 /zenserver/cache/structuredcache.h | |
| parent | compactbinary: Quick fix for presentation of doubles in JSON conversion (diff) | |
| download | zen-6400d31d561615ceb4e363d6339c2a59a025ad53.tar.xz zen-6400d31d561615ceb4e363d6339c2a59a025ad53.zip | |
structured cache: added request meter and stats reporting
Diffstat (limited to 'zenserver/cache/structuredcache.h')
| -rw-r--r-- | zenserver/cache/structuredcache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zenserver/cache/structuredcache.h b/zenserver/cache/structuredcache.h index 5dfff08ad..f68efa3fd 100644 --- a/zenserver/cache/structuredcache.h +++ b/zenserver/cache/structuredcache.h @@ -90,6 +90,7 @@ private: uint64_t m_LastScrubTime = 0; metrics::Histogram m_HttpRequests; + metrics::Meter m_HttpRequestMeter; }; } // namespace zen |