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

Statistics snapshot for OTLP export (copyable) More...

#include <otlp_writer.h>

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

Public Attributes

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

Detailed Description

Statistics snapshot for OTLP export (copyable)

Definition at line 173 of file otlp_writer.h.

Member Data Documentation

◆ export_failures

uint64_t kcenon::logger::otlp_writer::export_stats::export_failures {0}

Definition at line 177 of file otlp_writer.h.

177{0};

◆ export_success

uint64_t kcenon::logger::otlp_writer::export_stats::export_success {0}

Definition at line 176 of file otlp_writer.h.

176{0};

◆ last_error

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

Definition at line 180 of file otlp_writer.h.

◆ last_export

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

Definition at line 179 of file otlp_writer.h.

◆ logs_dropped

uint64_t kcenon::logger::otlp_writer::export_stats::logs_dropped {0}

Definition at line 175 of file otlp_writer.h.

175{0};

◆ logs_exported

uint64_t kcenon::logger::otlp_writer::export_stats::logs_exported {0}

Definition at line 174 of file otlp_writer.h.

174{0};

◆ retries

uint64_t kcenon::logger::otlp_writer::export_stats::retries {0}

Definition at line 178 of file otlp_writer.h.

178{0};

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