semantic-conventions/docs
Gerhard Stöbich c1f8e0a864
[chore] correct kafka offset attribute name in kafka sample (#1929)
Co-authored-by: Armin Ruech <7052238+arminru@users.noreply.github.com>
2025-02-25 20:02:40 +00:00
..
attributes-registry [editorial] Use canonical URL to connectrpc.com instead of connect.build (#1933) 2025-02-25 12:42:54 +00:00
azure Update stability levels from experimental -> development (#1889) 2025-02-11 18:06:51 -08:00
cicd Update stability levels from experimental -> development (#1889) 2025-02-11 18:06:51 -08:00
cli Update stability levels from experimental -> development (#1889) 2025-02-11 18:06:51 -08:00
cloud-providers Update stability levels from experimental -> development (#1889) 2025-02-11 18:06:51 -08:00
cloudevents Update stability levels from experimental -> development (#1889) 2025-02-11 18:06:51 -08:00
code Update stability levels from experimental -> development (#1889) 2025-02-11 18:06:51 -08:00
database Clarify notes on system-specific databases for operation and collection names (#1863) 2025-02-19 18:38:37 -08:00
dns [chore] Update spec repo links to v1.42.0 (#1920) 2025-02-19 16:54:14 -08:00
dotnet [chore] Update spec repo links to v1.42.0 (#1920) 2025-02-19 16:54:14 -08:00
exceptions [chore] Update spec repo links to v1.42.0 (#1920) 2025-02-19 16:54:14 -08:00
faas [chore] Update spec repo links to v1.42.0 (#1920) 2025-02-19 16:54:14 -08:00
feature-flags [chore] Update spec repo links to v1.42.0 (#1920) 2025-02-19 16:54:14 -08:00
gen-ai [chore] Update spec repo links to v1.42.0 (#1920) 2025-02-19 16:54:14 -08:00
general [editorial] Use canonical https URLs (#1934) 2025-02-24 13:33:12 -08:00
graphql Update stability levels from experimental -> development (#1889) 2025-02-11 18:06:51 -08:00
hardware Update stability levels from experimental -> development (#1889) 2025-02-11 18:06:51 -08:00
http [chore] Update spec repo links to v1.42.0 (#1920) 2025-02-19 16:54:14 -08:00
messaging [chore] correct kafka offset attribute name in kafka sample (#1929) 2025-02-25 20:02:40 +00:00
mobile Rework device events (#1880) 2025-02-18 10:04:31 -08:00
non-normative Updating experimental -> development in docs (#1895) 2025-02-13 01:55:52 +00:00
object-stores Update stability levels from experimental -> development (#1889) 2025-02-11 18:06:51 -08:00
otel Add SDK span telemetry metrics (#1631) 2025-02-13 09:38:45 +01:00
resource [chore] Update spec repo links to v1.42.0 (#1920) 2025-02-19 16:54:14 -08:00
rpc [editorial] Use canonical URL to connectrpc.com instead of connect.build (#1933) 2025-02-25 12:42:54 +00:00
runtime [chore] Update spec repo links to v1.42.0 (#1920) 2025-02-19 16:54:14 -08:00
system Update stability levels from experimental -> development (#1889) 2025-02-11 18:06:51 -08:00
url Update stability levels from experimental -> development (#1889) 2025-02-11 18:06:51 -08: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.