semantic-conventions/docs
Liudmila Molkova cf4ce09650
Fix typo in CloudFoundry conventions (#1467)
2024-10-10 11:33:17 -07:00
..
attributes-registry Fix typo in CloudFoundry conventions (#1467) 2024-10-10 11:33:17 -07:00
azure Group yaml files by root namespace instead of signal (#1345) 2024-09-16 20:22:50 -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 Fix table-check (again) and regenerate tables (#1463) 2024-10-10 08:50:04 -04:00
dns Prepare release 1.28.0 (#1458) 2024-10-07 17:00:55 -07:00
dotnet Prepare release 1.28.0 (#1458) 2024-10-07 17:00:55 -07:00
exceptions Prepare release 1.28.0 (#1458) 2024-10-07 17:00:55 -07:00
faas Prepare release 1.28.0 (#1458) 2024-10-07 17:00:55 -07:00
feature-flags Prepare release 1.28.0 (#1458) 2024-10-07 17:00:55 -07:00
gen-ai Add genai system-specific conventions for Azure AI Inference (#1393) 2024-10-10 10:39:22 -07:00
general Prepare release 1.28.0 (#1458) 2024-10-07 17:00:55 -07:00
graphql feat!: Update GraphQL span name convention (#1389) 2024-10-10 17:42:20 +00:00
hardware Update hardware group name to match metric_name (#1457) 2024-10-07 16:51:58 -04:00
http Prepare release 1.28.0 (#1458) 2024-10-07 17:00:55 -07:00
messaging Fix table-check (again) and regenerate tables (#1463) 2024-10-10 08:50:04 -04:00
mobile [editorial] remove 'full' options from markdown snippets, remove unused tags (#1303) 2024-08-05 09:41:37 -07:00
non-normative Database semconv stability migration guide (#1090) 2024-10-10 10:44:07 -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 Prepare release 1.28.0 (#1458) 2024-10-07 17:00:55 -07:00
rpc Prepare release 1.28.0 (#1458) 2024-10-07 17:00:55 -07:00
runtime Prepare release 1.28.0 (#1458) 2024-10-07 17:00:55 -07:00
system Add k8s.{pod,node}.memory.usage metrics (#1406) 2024-09-21 03:36:30 +00: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.