OMNI_OTEL_ATTRIBUTE#

Defined in omni/observability/Utils.h

OMNI_OTEL_ATTRIBUTE(...)#

Macro to allow a compiler specific attribute to be added to a symbol.

This will resolve to nothing when using the Microsoft C/C++ toolchain, but will be __attribute__((...)) on GNU C/C++ compatible toolchains (ie: GCC/G++, Clang).