Gauge#

struct Gauge#

Public Types

using value_type = uint64_t#

Public Functions

Gauge() = default#
explicit Gauge(std::string_view const &labels)#
Gauge(std::string_view const &source, std::string_view const &connection, std::string_view const &function)#
Gauge(std::string_view const &source, std::string_view const &connection, std::string_view const &function, std::string_view const &params)#
Gauge(Gauge const&) = delete#
Gauge(Gauge&&) = delete#
inline void set(value_type value)#
void write(roq::metrics::Writer &writer, std::string_view const &name) const#
void write(roq::metrics::Writer &writer, std::string_view const &name, std::string_view const &labels) const#