Semantic Conventions
Common names for different kinds of operations and data
OpenTelemetry defines Semantic Conventions (sometimes called Semantic Attributes) that specify common names for different kinds of operations and data. The benefit to using Semantic Conventions is in following a common naming scheme that can be standardized across a codebase, libraries, and platforms.
Currently, Semantic Conventions are available for traces, metrics and resources:
Last modified January 22, 2023: Tweak long lines and add some periods (#2186) (922c888)