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 
13  public:
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