semantic-conventions/docs
Trask Stalnaker dd73dba5ac
Should -> SHOULD (#946)
Co-authored-by: Armin Ruech <7052238+arminru@users.noreply.github.com>
2024-04-23 09:47:35 +00:00
..
attributes-registry Update the device.app.lifecycle event description and constraints (#794) 2024-04-22 09:41:54 -07:00
cloud-providers [chore] move aws lambda and sdk to registry (#893) 2024-04-08 10:18:52 +02:00
cloudevents [chore] Prepare v1.25.0 release (#878) 2024-04-04 09:45:17 -07:00
database Should -> SHOULD (#946) 2024-04-23 09:47:35 +00:00
dns [chore] Prepare v1.25.0 release (#878) 2024-04-04 09:45:17 -07:00
dotnet [chore] Prepare v1.25.0 release (#878) 2024-04-04 09:45:17 -07:00
exceptions Replace constraints with requirement levels on exceptions (#862) 2024-04-05 10:29:01 -07:00
faas [chore] adapt lambda examples to current conventions (#938) 2024-04-19 12:04:14 +02:00
feature-flags [chore] Prepare v1.25.0 release (#878) 2024-04-04 09:45:17 -07:00
gen-ai LLM Semantic Conventions: Initial PR (#825) 2024-04-16 16:04:32 -07:00
general [chore] move log to registry (#908) 2024-04-22 13:40:25 +02:00
graphql [chore] move graphql to registry (#882) 2024-04-05 08:53:02 +02:00
http HTTP spans restructuring: explicitly list all http client and server attributes, remove common (#931) 2024-04-18 10:56:06 -07:00
messaging Fix the linkTitle for Azure Messaging (#944) 2024-04-22 11:14:04 +02:00
mobile Update the device.app.lifecycle event description and constraints (#794) 2024-04-22 09:41:54 -07:00
object-stores [chore] move aws lambda and sdk to registry (#893) 2024-04-08 10:18:52 +02:00
resource [chore] fix typo in resource attributes docs (#919) 2024-04-17 14:27:48 -07:00
rpc move rpc.message to the registry (#854) 2024-04-05 09:30:25 -07:00
runtime Fix title for the JVM docs page (#934) 2024-04-18 16:02:49 +00:00
system [chore] Move system metric attributes to the registry (#867) 2024-04-17 11:44:09 +02:00
url [chore] Prepare v1.25.0 release (#878) 2024-04-04 09:45:17 -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.