semantic-conventions/docs
Patrice Chalin 77381f94ae
[editorial] Fix invalid links and fragments (#1867)
Co-authored-by: Joao Grassi <5938087+joaopgrassi@users.noreply.github.com>
2025-02-05 08:52:51 -08:00
..
attributes-registry [editorial] Fix invalid links and fragments (#1867) 2025-02-05 08:52:51 -08:00
azure [editorial] Drop path_base_for_github_subdir from front matter (#1846) 2025-01-28 19:36:43 -08:00
cicd [editorial] Drop markdown-toc comment from .md files (#1847) 2025-01-28 18:03:00 -08:00
cli [editorial] Use sentence case for doc page titles (#1839) 2025-01-28 07:21:28 -08:00
cloud-providers [editorial] Drop path_base_for_github_subdir from front matter (#1846) 2025-01-28 19:36:43 -08:00
cloudevents Website TOC updates (#1859) 2025-02-04 12:28:12 +00:00
code [editorial] Drop path_base_for_github_subdir from front matter (#1846) 2025-01-28 19:36:43 -08:00
database Website TOC updates (#1859) 2025-02-04 12:28:12 +00:00
dns [editorial] Drop markdown-toc comment from .md files (#1847) 2025-01-28 18:03:00 -08:00
dotnet [editorial] Drop path_base_for_github_subdir from front matter (#1846) 2025-01-28 19:36:43 -08:00
exceptions [editorial] Drop path_base_for_github_subdir from front matter (#1846) 2025-01-28 19:36:43 -08:00
faas [editorial] Fix invalid links and fragments (#1867) 2025-02-05 08:52:51 -08:00
feature-flags [editorial] Drop path_base_for_github_subdir from front matter (#1846) 2025-01-28 19:36:43 -08:00
gen-ai Added AI Agent Semantic Convention (#1739) 2025-02-04 17:14:51 -08:00
general Update enduser domain and add `enduser.pseudo.id` (#1456) 2025-02-03 11:39:08 -08:00
graphql [editorial] Use sentence case for doc page titles (#1839) 2025-01-28 07:21:28 -08:00
hardware Website TOC updates (#1859) 2025-02-04 12:28:12 +00:00
http [editorial] Drop path_base_for_github_subdir from front matter (#1846) 2025-01-28 19:36:43 -08:00
messaging [editorial] Drop path_base_for_github_subdir from front matter (#1846) 2025-01-28 19:36:43 -08:00
mobile [editorial] Fix invalid links and fragments (#1867) 2025-02-05 08:52:51 -08:00
non-normative Make replication controller metrics consistent with resource attributes (#1848) 2025-02-03 08:56:55 +01:00
object-stores Website TOC updates (#1859) 2025-02-04 12:28:12 +00:00
resource [editorial] Fix invalid links and fragments (#1867) 2025-02-05 08:52:51 -08:00
rpc [editorial] Drop path_base_for_github_subdir from front matter (#1846) 2025-01-28 19:36:43 -08:00
runtime [editorial] Drop path_base_for_github_subdir from front matter (#1846) 2025-01-28 19:36:43 -08:00
system Fix units of process.open_file_descriptor.count and process.context_switches (#1797) 2025-02-04 08:29:55 -08:00
url Delete (basically) empty url README (#1860) 2025-02-04 10:19:48 +01:00
README.md [editorial] Drop path_base_for_github_subdir from front matter (#1846) 2025-01-28 19:36:43 -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.
  • Code: Semantic Conventions for code.
  • 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.