#include <couchbase/metrics/meter.hxx>
◆ meter() [1/3]
◆ meter() [2/3]
◆ meter() [3/3]
◆ ~meter()
◆ get_value_recorder()
virtual auto get_value_recorder |
( |
const std::string & | name, |
|
|
const std::map< std::string, std::string > & | tags ) -> std::shared_ptr< value_recorder > |
|
pure virtual |
◆ operator=() [1/2]
auto operator= |
( |
const meter & | other | ) |
-> meter &=default |
|
default |
◆ operator=() [2/2]
auto operator= |
( |
meter && | other | ) |
-> meter &=default |
|
default |
◆ start()
SDK invokes this method when cluster is ready to emit metrics.
Override it as NO-OP if no action is necessary.
◆ stop()
SDK invokes this method when cluster is closed.
Override it as NO-OP if no action is necessary.
The documentation for this class was generated from the following file: