#include <userver/utils/statistics/entry.hpp>
Statistics registration holder, used to unregister a metric source before it is destroyed.
See utils::statistics::Storage for info on registrations
Public Member Functions | |
| Entry (const Entry &other)=delete | |
| Entry & | operator= (const Entry &other)=delete | 
| Entry (Entry &&other) noexcept | |
| Entry & | operator= (Entry &&other) noexcept | 
| void | Unregister () noexcept |