#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
Definition at line 21 of file entry.hpp.
|
|
| Entry (const Entry &other)=delete |
|
Entry & | operator= (const Entry &other)=delete |
|
| Entry (Entry &&other) noexcept |
|
Entry & | operator= (Entry &&other) noexcept |
|
| ~Entry () |
| | Unregisters metric source.
|
|
void | Unregister () noexcept |
| | Unregisters metric source.
|
◆ Storage
The documentation for this class was generated from the following file: