3#include "prometheus/client_metric.h" 
    4#include "prometheus/detail/builder.h"   
    5#include "prometheus/detail/core_export.h" 
    6#include "prometheus/metric_type.h" 
   26class PROMETHEUS_CPP_CORE_EXPORT 
Info {
 
   28  static const MetricType metric_type{MetricType::Info};
 
 
   66PROMETHEUS_CPP_CORE_EXPORT detail::Builder<Info> BuildInfo();
 
A info metric to represent textual information which should not change during process lifetime.
Definition info.h:26
 
Info()=default
Create a info.
 
Definition client_metric.h:12