semantic-conventions/docs
Nev 55fb2c060a
[chore] Update event semantic conventions (#880)
Co-authored-by: Joao Grassi <5938087+joaopgrassi@users.noreply.github.com>
2024-05-03 10:26:27 -07:00
..
attributes-registry BREAKING: Rename `messaging.client_id` to `messaging.client.id` (#948) 2024-05-03 06:59:02 -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 Database: update span name (#974) 2024-05-02 14:06:29 -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 Generate Attribute Registry using Weaver (#917) 2024-05-01 11:22:28 -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 Add experimental HTTP attributes to HTTP spans (#989) 2024-05-02 12:03:52 -07:00
messaging BREAKING: Rename `messaging.client_id` to `messaging.client.id` (#948) 2024-05-03 06:59:02 -07:00
mobile Generate Attribute Registry using Weaver (#917) 2024-05-01 11:22:28 -07:00
object-stores [chore] move aws lambda and sdk to registry (#893) 2024-04-08 10:18:52 +02:00
resource Generate Attribute Registry using Weaver (#917) 2024-05-01 11:22:28 -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 Generate Attribute Registry using Weaver (#917) 2024-05-01 11:22:28 -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.