NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
Metric.cpp File Reference
#include <Monitoring/Metrics/Gauge/DiskMetrics.hpp>
#include <Monitoring/Metrics/Metric.hpp>
#include <Runtime/TupleBuffer.hpp>
#include <Util/Logger/Logger.hpp>
#include <nlohmann/json.hpp>
Include dependency graph for Metric.cpp:

Namespaces

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

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)