|
Monitoring System 0.1.0
System resource monitoring with pluggable collectors and alerting
|
OpenTelemetry attribute representation. More...
#include <opentelemetry_adapter.h>

Public Member Functions | |
| otel_attribute ()=default | |
| otel_attribute (const std::string &k, const std::string &v) | |
| bool | operator== (const otel_attribute &other) const |
Public Attributes | |
| std::string | key |
| std::string | value |
OpenTelemetry attribute representation.
Definition at line 74 of file opentelemetry_adapter.h.
|
default |
|
inline |
Definition at line 79 of file opentelemetry_adapter.h.
|
inline |
Definition at line 81 of file opentelemetry_adapter.h.
References key, kcenon::monitoring::other, and value.
| std::string kcenon::monitoring::otel_attribute::key |
Definition at line 75 of file opentelemetry_adapter.h.
Referenced by operator==(), and TEST_F().
| std::string kcenon::monitoring::otel_attribute::value |
Definition at line 76 of file opentelemetry_adapter.h.
Referenced by operator==(), and TEST_F().