NVIDIA DeepStream SDK API Reference
8.0 Release
sources/includes/prometheus/metric_family.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <string>
4
#include <vector>
5
6
#include "prometheus/client_metric.h"
7
#include "prometheus/detail/core_export.h"
8
#include "prometheus/metric_type.h"
9
10
namespace
prometheus
{
11
12
struct
PROMETHEUS_CPP_CORE_EXPORT
MetricFamily
{
13
std::string
name
;
14
std::string
help
;
15
MetricType
type =
MetricType::Untyped
;
16
std::vector<ClientMetric>
metric
;
17
};
18
}
// namespace prometheus
prometheus::MetricFamily::help
std::string help
Definition:
sources/includes/prometheus/metric_family.h:14
prometheus::MetricFamily::metric
std::vector< ClientMetric > metric
Definition:
sources/includes/prometheus/metric_family.h:16
prometheus::MetricFamily::name
std::string name
Definition:
sources/includes/prometheus/metric_family.h:13
prometheus::MetricFamily
Definition:
sources/includes/prometheus/metric_family.h:12
prometheus::MetricType::Untyped
@ Untyped
prometheus::MetricType
MetricType
Definition:
sources/includes/prometheus/metric_type.h:5
prometheus
Definition:
sources/includes/prometheus/check_names.h:8
PROMETHEUS_CPP_CORE_EXPORT
#define PROMETHEUS_CPP_CORE_EXPORT
Definition:
sources/includes/prometheus/detail/core_export.h:15
Privacy Policy
|
Manage My Privacy
|
Do Not Sell or Share My Data
|
Terms of Service
|
Accessibility
|
Corporate Policies
|
Product Security
|
Contact
© 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
NVIDIA Confidential | Subject to Change | For test and development only.
Tue Mar 17 2026 09:30:36 | PR-09318-R32