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

Detailed Description

holds metric metadata

#include <seastar/core/metrics_api.hh>

Public Attributes

metric_id id
 
labels_type original_labels
 
bool enabled
 
skip_when_empty should_skip_when_empty
 

Member Data Documentation

◆ enabled

bool seastar::metrics::impl::metric_info::enabled

◆ id

metric_id seastar::metrics::impl::metric_info::id

◆ original_labels

labels_type seastar::metrics::impl::metric_info::original_labels

◆ should_skip_when_empty

skip_when_empty seastar::metrics::impl::metric_info::should_skip_when_empty

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