semantic-conventions/docs
Daniel Dyla 597364dc58
Add `net.peer.ip` and `net.host.ip` to deprecated yaml (#1029)
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2024-05-10 09:57:42 -07:00
..
attributes-registry Add `net.peer.ip` and `net.host.ip` to deprecated yaml (#1029) 2024-05-10 09:57:42 -07:00
cloud-providers Generate Attribute Registry using Weaver (#917) 2024-05-01 11:22:28 -07:00
cloudevents Generate Attribute Registry using Weaver (#917) 2024-05-01 11:22:28 -07:00
database Clarify that `*.system` captures the client perception (#1016) 2024-05-10 08:04:08 -07:00
dns Generate Attribute Registry using Weaver (#917) 2024-05-01 11:22:28 -07:00
dotnet Generate Attribute Registry using Weaver (#917) 2024-05-01 11:22:28 -07:00
exceptions Generate Attribute Registry using Weaver (#917) 2024-05-01 11:22:28 -07:00
faas Generate Attribute Registry using Weaver (#917) 2024-05-01 11:22:28 -07:00
feature-flags Generate Attribute Registry using Weaver (#917) 2024-05-01 11:22:28 -07:00
gen-ai Clarify that `*.system` captures the client perception (#1016) 2024-05-10 08:04:08 -07:00
general [chore] Update event semantic conventions (#880) 2024-05-03 10:26:27 -07:00
graphql Generate Attribute Registry using Weaver (#917) 2024-05-01 11:22:28 -07:00
http Added url.template to HTTP client attributes (#675) 2024-05-07 09:40:30 -07:00
messaging Render full MD tables for messaging systems (#1018) 2024-05-10 08:34:23 -07:00
mobile Generate Attribute Registry using Weaver (#917) 2024-05-01 11:22:28 -07:00
object-stores Fix CI: regenerate semconv with latest weaver (#1021) 2024-05-09 09:55:51 -07:00
resource Fix CI: regenerate semconv with latest weaver (#1021) 2024-05-09 09:55:51 -07:00
rpc Generate Attribute Registry using Weaver (#917) 2024-05-01 11:22:28 -07:00
runtime Generate Attribute Registry using Weaver (#917) 2024-05-01 11:22:28 -07:00
system [chore] move process metrics to the registry (#988) 2024-05-08 10:02:34 -07:00
url Generate Attribute Registry using Weaver (#917) 2024-05-01 11:22:28 -07:00
README.md LLM Semantic Conventions: Initial PR (#825) 2024-04-16 16:04:32 -07: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.