eckit::runtime::Telemetry class

Public static functions

static auto report(Report::Type) -> std::string
static auto report(Report::Type, const Report&) -> std::string
static auto report(Report::Type, std::function<void(JSON&)>) -> std::string
static auto countSent() -> unsigned long long

Constructors, destructors, conversion operators

Telemetry() deleted

Function documentation

static unsigned long long eckit::runtime::Telemetry::countSent()

Returns total number of broadcasts sent so far (independent of the number of configured servers) Used for statistics and testing