Seastar
High performance C++ framework for concurrent servers
Public Attributes | List of all members
seastar::metrics::impl::metric_family_info Struct Reference

Detailed Description

holds metadata information of a metric family

Holds the information that is shared between all metrics that belongs to the same metric_family

#include <seastar/core/metrics_api.hh>

Public Attributes

data_type type
 
metric_type_def inherit_type
 
description d
 
sstring name
 
std::vector< std::string > aggregate_labels
 

Member Data Documentation

◆ aggregate_labels

std::vector<std::string> seastar::metrics::impl::metric_family_info::aggregate_labels

◆ d

description seastar::metrics::impl::metric_family_info::d

◆ inherit_type

metric_type_def seastar::metrics::impl::metric_family_info::inherit_type

◆ name

sstring seastar::metrics::impl::metric_family_info::name

◆ type

data_type seastar::metrics::impl::metric_family_info::type

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