NVIDIA DeepStream SDK API Reference

8.0 Release
prometheus::MetricFamily Struct Reference

Detailed Description

Definition at line 12 of file sources/includes/prometheus/metric_family.h.

Data Fields

std::string name
 
std::string help
 
MetricType type = MetricType::Untyped
 
std::vector< ClientMetricmetric
 

Field Documentation

◆ help

std::string prometheus::MetricFamily::help

Definition at line 14 of file sources/includes/prometheus/metric_family.h.

◆ metric

std::vector< ClientMetric > prometheus::MetricFamily::metric

Definition at line 16 of file sources/includes/prometheus/metric_family.h.

◆ name

std::string prometheus::MetricFamily::name

Definition at line 13 of file sources/includes/prometheus/metric_family.h.

◆ type

MetricType prometheus::MetricFamily::type = MetricType::Untyped

Definition at line 15 of file sources/includes/prometheus/metric_family.h.


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