semantic-conventions/docs
Liudmila Molkova 30f71c6fe1
[editorial] A few random doc fixes (#1704)
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Joao Grassi <5938087+joaopgrassi@users.noreply.github.com>
2024-12-27 09:04:58 +01:00
..
attributes-registry [editorial] A few random doc fixes (#1704) 2024-12-27 09:04:58 +01:00
azure [chore] Generate attr name on requirement level notes (#1589) 2024-11-18 18:03:29 +01:00
cicd [vcs] Adds `vcs.repository.name` attribute and updates `vcs.repository.url.full` to be represented consistently. (#1608) 2024-12-03 10:46:56 -08:00
cli Add conventions for CLI Spans (#1588) 2024-11-26 13:09:20 -08:00
cloud-providers [chore] Add x-amzn-requestid as source for aws.request_id (#1691) 2024-12-19 08:19:17 -08:00
cloudevents [chore] Remove empty lines in generated markdown (#1477) 2024-10-15 08:52:26 -07:00
database Improve rendering of database release candidate status (#1702) 2024-12-20 09:14:54 +01:00
dns Prepare release 1.29.0 (#1626) 2024-11-28 10:23:37 -08:00
dotnet Prepare release 1.29.0 (#1626) 2024-11-28 10:23:37 -08:00
exceptions Prepare release 1.29.0 (#1626) 2024-11-28 10:23:37 -08:00
faas Prepare release 1.29.0 (#1626) 2024-11-28 10:23:37 -08:00
feature-flags Prepare release 1.29.0 (#1626) 2024-11-28 10:23:37 -08:00
gen-ai [editorial] A few random doc fixes (#1704) 2024-12-27 09:04:58 +01:00
general [editorial] A few random doc fixes (#1704) 2024-12-27 09:04:58 +01:00
graphql Add enum value separators (#1572) 2024-11-20 20:08:42 -08:00
hardware Update links to openmetrics to reference the v1.0.0 release (#1682) 2024-12-13 18:14:10 -08:00
http Prepare release 1.29.0 (#1626) 2024-11-28 10:23:37 -08:00
messaging Messaging: Clarify `{destination}` value used on span name (#1635) 2024-12-13 14:38:11 +01:00
mobile Deprecate `event.name` attribute in favor of EventName on the log record (#1646) 2024-12-16 20:21:17 -08:00
non-normative Add k8s daemonset metrics (#1649) 2024-12-17 14:50:37 -08:00
object-stores [chore] Add x-amzn-requestid as source for aws.request_id (#1691) 2024-12-19 08:19:17 -08:00
resource Change `<PID>` to `[PID]` (#1664) 2024-12-10 07:58:00 -08:00
rpc Prepare release 1.29.0 (#1626) 2024-11-28 10:23:37 -08:00
runtime Mark .NET runtime metrics as stable (#1609) 2024-12-03 12:39:24 -08:00
system Refactor and update naming guidance (#1694) 2024-12-18 19:20:39 -08:00
url Fix broken anchors, remove `en` from some links (#1610) 2024-11-25 10:45:14 -08:00
README.md Add VCS metrics from Github receiver (#1383) 2024-11-08 09:43:13 -08: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.
  • CICD: Semantic Conventions for CICD systems.
  • 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.