20#ifndef ORES_TELEMETRY_DOMAIN_SEMANTIC_CONVENTIONS_HPP
21#define ORES_TELEMETRY_DOMAIN_SEMANTIC_CONVENTIONS_HPP
25namespace ores::telemetry::domain::semconv {
37constexpr std::string_view relationship =
"link.relationship";
38constexpr std::string_view triggered_by =
"triggered_by";
39constexpr std::string_view follows_from =
"follows_from";
40constexpr std::string_view caused_by =
"caused_by";
47constexpr std::string_view
id =
"session.id";
54constexpr std::string_view name =
"service.name";
55constexpr std::string_view version =
"service.version";
56constexpr std::string_view instance_id =
"service.instance.id";
63constexpr std::string_view name =
"host.name";
64constexpr std::string_view
id =
"host.id";
71constexpr std::string_view pid =
"process.pid";
Asset management service.
Definition ores.assets.service.hpp:28