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

Detailed Description

holds a metric family metadata

The meta data of a metric family compose of the metadata of the family, and a vector of the metadata for each of the metric.

#include <seastar/core/metrics_api.hh>

Public Attributes

metric_family_info mf
 
metric_metadata_fifo metrics
 

Member Data Documentation

◆ metrics

metric_metadata_fifo seastar::metrics::impl::metric_family_metadata::metrics

◆ mf

metric_family_info seastar::metrics::impl::metric_family_metadata::mf

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