userver: utils::statistics::Entry Class Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
utils::statistics::Entry Class Referencefinal

Statistics registration holder, used to unregister a metric source before it is destroyed. More...

#include <userver/utils/statistics/entry.hpp>

Public Member Functions

 Entry (const Entry &other)=delete
 
Entryoperator= (const Entry &other)=delete
 
 Entry (Entry &&other) noexcept
 
Entryoperator= (Entry &&other) noexcept
 
void Unregister () noexcept
 

Friends

class Storage
 

Detailed Description

Statistics registration holder, used to unregister a metric source before it is destroyed.

See utils::statistics::Storage for info on registrations

Definition at line 22 of file entry.hpp.

Friends And Related Symbol Documentation

◆ Storage

Definition at line 37 of file entry.hpp.


The documentation for this class was generated from the following file: