20#ifndef ORES_TELEMETRY_DOMAIN_SPAN_STATUS_HPP
21#define ORES_TELEMETRY_DOMAIN_SPAN_STATUS_HPP
Domain types for telemetry and observability.
Definition attribute_value.hpp:29
span_status_code
The status code of a span, following OpenTelemetry conventions.
Definition span_status.hpp:32
@ ok
The operation completed successfully. This is typically set explicitly when the operation is known to...
@ error
The operation encountered an error. When this is set, the span should also include an error message i...
@ unset
The default status. The operation completed without any known errors.