#include <varz_stats.h>
Public Member Functions | |
VarzMapCount (const char *varname) | |
void | IncBy (StringPiece key, int32 delta) |
void | Inc (StringPiece key) |
void | Set (StringPiece key, int32 value) |
![]() | |
VarzListNode (const char *name) | |
Additional Inherited Members | |
![]() | |
typedef util::VarzValue | AnyValue |
![]() | |
static void | Iterate (std::function< void(const char *, AnyValue &&)> f) |
static void | IterateValues (std::function< void(const std::string &, const std::string &)> cb) |
![]() | |
static std::string | Format (const AnyValue &av) |
![]() | |
const char * | name_ |
Represents a family (map) of counters. Each counter has its own key name.
Definition at line 25 of file varz_stats.h.