NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
Metric.hpp File Reference
Include dependency graph for Metric.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  NES::Monitoring::Metric
 The metric class is a conceptual superclass that represents all metrics in NES. Currently existing metrics are Counter, GaugeCollectors, Histogram and Meter. More...
 

Namespaces

 NES
 This exception represents a network error.
 
 NES::Monitoring
 

Typedefs

using NES::Monitoring::MetricPtr = std::shared_ptr< Metric >
 

Functions

void NES::Monitoring::writeToBuffer (const uint64_t &metrics, Runtime::TupleBuffer &buf, uint64_t tupleIndex)
 Class specific serialize methods for basic types. The serialize method to write CpuMetricsWrapper into the given Schema and TupleBuffer. The prefix specifies a string that should be added before each field description in the Schema. More...
 
void NES::Monitoring::writeToBuffer (const std::string &metrics, Runtime::TupleBuffer &buf, uint64_t tupleIndex)
 
void NES::Monitoring::writeToBuffer (const std::shared_ptr< Metric > metric, Runtime::TupleBuffer &buf, uint64_t tupleIndex)
 
void NES::Monitoring::readFromBuffer (uint64_t &metrics, Runtime::TupleBuffer &buf, uint64_t tupleIndex)
 class specific readFromBuffer() More...
 
void NES::Monitoring::readFromBuffer (std::string &metrics, Runtime::TupleBuffer &buf, uint64_t tupleIndex)
 
void NES::Monitoring::readFromBuffer (std::shared_ptr< Metric > metrics, Runtime::TupleBuffer &buf, uint64_t tupleIndex)
 
nlohmann::json NES::Monitoring::asJson (uint64_t intMetric)
 class specific asJson() More...
 
nlohmann::json NES::Monitoring::asJson (std::string stringMetric)
 
nlohmann::json NES::Monitoring::asJson (std::shared_ptr< Metric > ptrMetric)