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

Public Member Functions | |
| void | add_attribute (const std::string &key, const std::string &value) |
| common::Result< std::string > | get_attribute (const std::string &key) const |
Public Attributes | |
| otel_resource_type | type {otel_resource_type::service} |
| std::vector< otel_attribute > | attributes |
OpenTelemetry resource representation.
Definition at line 90 of file opentelemetry_adapter.h.
|
inline |
Definition at line 94 of file opentelemetry_adapter.h.
References attributes.
Referenced by kcenon::monitoring::create_service_resource().

|
inline |
Definition at line 98 of file opentelemetry_adapter.h.
References attributes, and kcenon::monitoring::not_found.
Referenced by kcenon::monitoring::opentelemetry_metrics_adapter::convert_metrics().

| std::vector<otel_attribute> kcenon::monitoring::otel_resource::attributes |
Definition at line 92 of file opentelemetry_adapter.h.
Referenced by add_attribute(), and get_attribute().
| otel_resource_type kcenon::monitoring::otel_resource::type {otel_resource_type::service} |
Definition at line 91 of file opentelemetry_adapter.h.
Referenced by kcenon::monitoring::create_service_resource().