NVIDIA DeepStream SDK API Reference
8.0 Release
sources/includes/prometheus/text_serializer.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <iosfwd>
4
#include <vector>
5
6
#include "prometheus/detail/core_export.h"
7
#include "prometheus/metric_family.h"
8
#include "prometheus/serializer.h"
9
10
namespace
prometheus
{
11
12
class
PROMETHEUS_CPP_CORE_EXPORT
TextSerializer
:
public
Serializer
{
13
public
:
14
using
Serializer::Serialize
;
15
void
Serialize(std::ostream& out,
16
const
std::vector<MetricFamily>& metrics)
const override
;
17
};
18
19
}
// namespace prometheus
prometheus::Serializer::Serialize
virtual std::string Serialize(const std::vector< MetricFamily > &) const
prometheus::Serializer
Definition:
sources/includes/prometheus/serializer.h:12
prometheus::TextSerializer
Definition:
sources/includes/prometheus/text_serializer.h:12
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:37 | PR-09318-R32