semantic-conventions/docs
Joao Grassi 6e77ed5f6c
Mark *.size messaging attributes as opt-in (#1442)
2024-10-07 11:36:02 +02:00
..
attributes-registry Introduce per-message structured GenAI events instead of prompt/completion span events (#980) 2024-10-04 09:23:41 -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 Copy database semconv warning from spans/metrics to general README (#1445) 2024-10-03 08:45:17 -07:00
dns Proposal: Unify metric templates (#1411) 2024-09-17 10:08:17 -04:00
dotnet Proposal: Unify metric templates (#1411) 2024-09-17 10:08:17 -04:00
exceptions Update spec version to 1.35.0 (#1306) 2024-08-02 08:34:17 -07:00
faas Proposal: Unify metric templates (#1411) 2024-09-17 10:08:17 -04:00
feature-flags Update spec version to 1.35.0 (#1306) 2024-08-02 08:34:17 -07:00
gen-ai Introduce per-message structured GenAI events instead of prompt/completion span events (#980) 2024-10-04 09:23:41 -07:00
general [chore] Fix minor typos (#1379) 2024-09-03 13:12:17 +02:00
graphql [editorial] remove 'full' options from markdown snippets, remove unused tags (#1303) 2024-08-05 09:41:37 -07:00
hardware Proposal: Unify metric templates (#1411) 2024-09-17 10:08:17 -04:00
http Proposal: Unify metric templates (#1411) 2024-09-17 10:08:17 -04:00
messaging Mark *.size messaging attributes as opt-in (#1442) 2024-10-07 11:36:02 +02:00
mobile [editorial] remove 'full' options from markdown snippets, remove unused tags (#1303) 2024-08-05 09:41:37 -07:00
non-normative Document semconv version weaver is compatible with and update migration docs (#1402) 2024-09-11 06:41:32 -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 Fix `make table-check` command and regenerate tables (#1441) 2024-09-30 10:23:45 -04:00
rpc Proposal: Unify metric templates (#1411) 2024-09-17 10:08:17 -04:00
runtime Proposal: Unify metric templates (#1411) 2024-09-17 10:08:17 -04: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.