Logger System 0.1.3
High-performance C++20 thread-safe logging system with asynchronous capabilities
Loading...
Searching...
No Matches
kcenon::logger::otlp_writer::internal_stats Struct Reference

Internal atomic statistics (non-copyable) More...

#include <otlp_writer.h>

Collaboration diagram for kcenon::logger::otlp_writer::internal_stats:
Collaboration graph

Public Attributes

std::atomic< uint64_t > logs_exported {0}
 
std::atomic< uint64_t > logs_dropped {0}
 
std::atomic< uint64_t > export_success {0}
 
std::atomic< uint64_t > export_failures {0}
 
std::atomic< uint64_t > retries {0}
 
std::chrono::system_clock::time_point last_export
 
std::chrono::system_clock::time_point last_error
 

Detailed Description

Internal atomic statistics (non-copyable)

Definition at line 187 of file otlp_writer.h.

Member Data Documentation

◆ export_failures

std::atomic<uint64_t> kcenon::logger::otlp_writer::internal_stats::export_failures {0}

◆ export_success

std::atomic<uint64_t> kcenon::logger::otlp_writer::internal_stats::export_success {0}

◆ last_error

std::chrono::system_clock::time_point kcenon::logger::otlp_writer::internal_stats::last_error

◆ last_export

std::chrono::system_clock::time_point kcenon::logger::otlp_writer::internal_stats::last_export

◆ logs_dropped

std::atomic<uint64_t> kcenon::logger::otlp_writer::internal_stats::logs_dropped {0}

◆ logs_exported

std::atomic<uint64_t> kcenon::logger::otlp_writer::internal_stats::logs_exported {0}

◆ retries

std::atomic<uint64_t> kcenon::logger::otlp_writer::internal_stats::retries {0}

The documentation for this struct was generated from the following file: