|
Logger System 0.1.3
High-performance C++20 thread-safe logging system with asynchronous capabilities
|
OpenTelemetry resource attributes. More...
#include <otel_context.h>

Public Attributes | |
| std::string | service_name |
| std::string | service_version |
| std::string | service_namespace |
| std::string | service_instance_id |
| std::unordered_map< std::string, std::string > | attributes |
OpenTelemetry resource attributes.
Contains resource attributes that describe the entity producing telemetry. These attributes are attached to all exported data.
Definition at line 146 of file otel_context.h.
| std::unordered_map<std::string, std::string> kcenon::logger::otlp::otel_resource::attributes |
Definition at line 190 of file otel_context.h.
| std::string kcenon::logger::otlp::otel_resource::service_instance_id |
Definition at line 181 of file otel_context.h.
| std::string kcenon::logger::otlp::otel_resource::service_name |
Definition at line 155 of file otel_context.h.
| std::string kcenon::logger::otlp::otel_resource::service_namespace |
Definition at line 171 of file otel_context.h.
| std::string kcenon::logger::otlp::otel_resource::service_version |
Definition at line 162 of file otel_context.h.