Kagome
Polkadot Runtime Engine in C++17
service_impl.hpp File Reference
#include "telemetry/service.hpp"
#include <chrono>
#include <memory>
#include <thread>
#include <vector>
#include <rapidjson/document.h>
#include <boost/asio/io_context.hpp>
#include <libp2p/basic/scheduler.hpp>
#include <libp2p/host/host.hpp>
#include "application/app_configuration.hpp"
#include "application/app_state_manager.hpp"
#include "application/chain_spec.hpp"
#include "common/spin_lock.hpp"
#include "log/logger.hpp"
#include "network/peer_manager.hpp"
#include "storage/buffer_map_types.hpp"
#include "telemetry/connection.hpp"
#include "telemetry/impl/message_pool.hpp"
#include "transaction_pool/transaction_pool.hpp"
Include dependency graph for service_impl.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  kagome::telemetry::TelemetryServiceImpl
 

Namespaces

 rapidjson
 
 kagome::telemetry
 

Macros

#define RAPIDJSON_NO_SIZETYPEDEFINE
 

Variables

static constexpr auto kagome::telemetry::kImplementationName = "Kagome Node"
 
static constexpr auto kagome::telemetry::kTelemetryReportingInterval = std::chrono::seconds(1)
 
static constexpr auto kagome::telemetry::kTelemetrySystemReportInterval
 
static constexpr auto kagome::telemetry::kTelemetryMessageMaxLengthBytes = 2 * 1024
 
static constexpr auto kagome::telemetry::kTelemetryMessagePoolSize = 1000
 

Macro Definition Documentation

#define RAPIDJSON_NO_SIZETYPEDEFINE

Copyright Soramitsu Co., Ltd. All Rights Reserved. SPDX-License-Identifier: Apache-2.0

Definition at line 16 of file service_impl.hpp.