semantic-conventions/docs
Florian Lehner 5261f966ab
process.executable.build_id: rename attribute (#1520)
Signed-off-by: Florian Lehner <florian.lehner@elastic.co>
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
2024-10-29 20:56:21 +00:00
..
attributes-registry process.executable.build_id: rename attribute (#1520) 2024-10-29 20:56:21 +00:00
azure Render events with bodies (#1464) 2024-10-18 15:07:22 -07:00
cloud-providers [chore] Remove empty lines in generated markdown (#1477) 2024-10-15 08:52:26 -07:00
cloudevents [chore] Remove empty lines in generated markdown (#1477) 2024-10-15 08:52:26 -07:00
database Cosmos DB: Operation Level Metrics (#1438) 2024-10-28 16:49:22 -07:00
dns [chore] Remove empty lines in generated markdown (#1477) 2024-10-15 08:52:26 -07:00
dotnet [chore] Improve markdown gen for registry pages (#1496) 2024-10-21 07:32:21 -07:00
exceptions Render events with bodies (#1464) 2024-10-18 15:07:22 -07:00
faas Use `SHOULD` instead of `MUST` for span kinds on DB, GenAI and FaaS (#1506) 2024-10-24 15:02:45 +02:00
feature-flags Render events with bodies (#1464) 2024-10-18 15:07:22 -07:00
gen-ai Use `SHOULD` instead of `MUST` for span kinds on DB, GenAI and FaaS (#1506) 2024-10-24 15:02:45 +02:00
general Define semantic convention group and mixed stability rules (#1472) 2024-10-24 16:23:32 -07:00
graphql [chore] Remove empty lines in generated markdown (#1477) 2024-10-15 08:52:26 -07:00
hardware [chore] Remove empty lines in generated markdown (#1477) 2024-10-15 08:52:26 -07:00
http Define semantic convention group and mixed stability rules (#1472) 2024-10-24 16:23:32 -07:00
messaging [chore] Improve markdown gen for registry pages (#1496) 2024-10-21 07:32:21 -07:00
mobile Render events with bodies (#1464) 2024-10-18 15:07:22 -07:00
non-normative Database semconv stability migration guide (#1090) 2024-10-10 10:44:07 -07:00
object-stores [chore] Remove empty lines in generated markdown (#1477) 2024-10-15 08:52:26 -07:00
resource [chore] Improve markdown gen for registry pages (#1496) 2024-10-21 07:32:21 -07:00
rpc Render events with bodies (#1464) 2024-10-18 15:07:22 -07:00
runtime [chore] Remove empty lines in generated markdown (#1477) 2024-10-15 08:52:26 -07:00
system Add system uptime metric (#1507) 2024-10-25 09:50:24 -07:00
url [chore] Remove empty lines in generated markdown (#1477) 2024-10-15 08:52:26 -07:00
README.md [editorial] Move supplementary-guidelines into docs (#1284) 2024-07-29 10:06:52 +02:00

README.md

OpenTelemetry Semantic Conventions

The Semantic Conventions define a common set of (semantic) attributes which provide meaning to data when collecting, producing and consuming it. The Semantic Conventions specify among other things span names and kind, metric instruments and units as well as attribute names, types, meaning and valid values. For a detailed definition of the Semantic Conventions' scope see Semantic Conventions Stability. The benefit to using Semantic Conventions is in following a common naming scheme that can be standardized across a codebase, libraries, and platforms. This allows easier correlation and consumption of data.

Semantic Conventions are defined for the following areas:

  • General: General Semantic Conventions.
  • Cloud Providers: Semantic Conventions for cloud providers libraries.
  • CloudEvents: Semantic Conventions for the CloudEvents specification.
  • Database: Semantic Conventions for database operations.
  • Exceptions: Semantic Conventions for exceptions.
  • FaaS: Semantic Conventions for Function as a Service (FaaS) operations.
  • Feature Flags: Semantic Conventions for feature flag evaluations.
  • Generative AI: Semantic Conventions for generative AI (LLM, etc.) operations.
  • GraphQL: Semantic Conventions for GraphQL implementations.
  • HTTP: Semantic Conventions for HTTP client and server operations.
  • Messaging: Semantic Conventions for messaging operations and systems.
  • Object Stores: Semantic Conventions for object stores operations.
  • RPC: Semantic Conventions for RPC client and server operations.
  • System: System Semantic Conventions.

Semantic Conventions by signals:

  • Events: Semantic Conventions for event data.
  • Logs: Semantic Conventions for logs data.
  • Metrics: Semantic Conventions for metrics.
  • Resource: Semantic Conventions for resources.
  • Trace: Semantic Conventions for traces and spans.

Also see, Non-normative supplementary information.