semantic-conventions/docs
Marylia Gutierrez ea6e22bbf2
clarify database pool name being unique (#1289)
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
2024-08-01 15:52:55 +00:00
..
attributes-registry clarify database pool name being unique (#1289) 2024-08-01 15:52:55 +00:00
azure Add Azure SDK attributes & Logs events (#1028) 2024-07-31 22:08:37 -07:00
cloud-providers [editorial] Move supplementary-guidelines into docs (#1284) 2024-07-29 10:06:52 +02:00
cloudevents CloudEvents should re-use existing HTTP or messaging conventions (#1182) 2024-07-16 07:13:08 +00:00
database clarify database pool name being unique (#1289) 2024-08-01 15:52:55 +00:00
dns [chore] Use document status link to otel.io instead of versioned spec (#1093) 2024-06-03 13:33:39 +02:00
dotnet Add QUIC to the list of well known network transports (#1239) 2024-07-15 09:04:16 -07:00
exceptions [chore] Use document status link to otel.io instead of versioned spec (#1093) 2024-06-03 13:33:39 +02:00
faas [editorial] Move supplementary-guidelines into docs (#1284) 2024-07-29 10:06:52 +02:00
feature-flags [chore] Use document status link to otel.io instead of versioned spec (#1093) 2024-06-03 13:33:39 +02:00
gen-ai Add common attributes to gen-ai spans: `server.address`, `server.port` and `error.type` (#1297) 2024-07-30 08:26:14 -07:00
general Session start and end events (#1091) 2024-07-31 22:13:21 -07:00
graphql [chore] Use document status link to otel.io instead of versioned spec (#1093) 2024-06-03 13:33:39 +02:00
http [editorial] Move supplementary-guidelines into docs (#1284) 2024-07-29 10:06:52 +02:00
messaging Deprecate `messaging.destination_publish.*` namespace and remove all usages (#1241) 2024-07-15 11:40:23 -07:00
mobile [chore] Use document status link to otel.io instead of versioned spec (#1093) 2024-06-03 13:33:39 +02:00
non-normative Update docs to use weaver for code generation (#1296) 2024-07-31 22:15:19 -07:00
object-stores [chore] Use document status link to otel.io instead of versioned spec (#1093) 2024-06-03 13:33:39 +02:00
resource [cicd] add initial cicd attributes to registry (#1075) 2024-07-19 14:29:37 +02:00
rpc Add QUIC to the list of well known network transports (#1239) 2024-07-15 09:04:16 -07:00
runtime Rename metric `jvm.buffer.memory.usage` to `jvm.buffer.memory.used` (#1265) 2024-07-29 17:21:57 +02:00
system add system.linux.memory.slab to system metrics (#1078) 2024-07-29 17:37:10 +02:00
url [chore] Use document status link to otel.io instead of versioned spec (#1093) 2024-06-03 13:33:39 +02: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.