Seastar
High performance C++ framework for concurrent servers
Public Member Functions | List of all members
seastar::metrics::impl::metric_groups_def Class Referenceabstract
Inheritance diagram for seastar::metrics::impl::metric_groups_def:
seastar::metrics::impl::metric_groups_impl

Public Member Functions

 metric_groups_def (const metric_groups_def &)=delete
 
 metric_groups_def (metric_groups_def &&)=default
 
virtual metric_groups_defadd_metric (group_name_type name, const metric_definition &md)=0
 
virtual metric_groups_defadd_group (group_name_type name, const std::initializer_list< metric_definition > &l)=0
 
virtual metric_groups_defadd_group (group_name_type name, const std::vector< metric_definition > &l)=0
 

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