NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
MonitoringForwardRefs.hpp File Reference
#include <Monitoring/Metrics/MetricType.hpp>
#include <Util/MetricCollectorType.hpp>
#include <cstdint>
#include <memory>
#include <nlohmann/json_fwd.hpp>
#include <string>
#include <unordered_map>
#include <vector>
Include dependency graph for MonitoringForwardRefs.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

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

Typedefs

using NES::Monitoring::AbstractSystemResourcesReaderPtr = std::shared_ptr< AbstractSystemResourcesReader >
 
using NES::Monitoring::MetricStorePtr = std::shared_ptr< AbstractMetricStore >
 
using NES::Monitoring::TimestampMetricPtr = std::shared_ptr< std::pair< uint64_t, MetricPtr > >
 
using NES::Monitoring::StoredNodeMetricsPtr = std::shared_ptr< std::unordered_map< MetricType, std::shared_ptr< std::vector< TimestampMetricPtr > >> >