|
Logger System 0.1.3
High-performance C++20 thread-safe logging system with asynchronous capabilities
|
Statistics snapshot for OTLP export (copyable) More...
#include <otlp_writer.h>

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 |
Statistics snapshot for OTLP export (copyable)
Definition at line 173 of file otlp_writer.h.
| uint64_t kcenon::logger::otlp_writer::export_stats::export_failures {0} |
Definition at line 177 of file otlp_writer.h.
| uint64_t kcenon::logger::otlp_writer::export_stats::export_success {0} |
Definition at line 176 of file otlp_writer.h.
| std::chrono::system_clock::time_point kcenon::logger::otlp_writer::export_stats::last_error |
Definition at line 180 of file otlp_writer.h.
| std::chrono::system_clock::time_point kcenon::logger::otlp_writer::export_stats::last_export |
Definition at line 179 of file otlp_writer.h.
| uint64_t kcenon::logger::otlp_writer::export_stats::logs_dropped {0} |
Definition at line 175 of file otlp_writer.h.
| uint64_t kcenon::logger::otlp_writer::export_stats::logs_exported {0} |
Definition at line 174 of file otlp_writer.h.
| uint64_t kcenon::logger::otlp_writer::export_stats::retries {0} |
Definition at line 178 of file otlp_writer.h.