semantic-conventions/docs
Trask Stalnaker 48f50d7d8c
Remove `db.instance.id` (#972)
2024-05-01 09:33:31 -07:00
..
attributes-registry Remove `db.instance.id` (#972) 2024-05-01 09:33:31 -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 Remove `db.instance.id` (#972) 2024-05-01 09:33:31 -07:00
dns [chore] Prepare v1.25.0 release (#878) 2024-04-04 09:45:17 -07:00
dotnet Move .NET-specific attributes to the registry (#943) 2024-04-24 10:32:38 -07:00
exceptions Fix markdown status of exceptions (#951) 2024-04-23 18:06:15 -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 docs(messaging): add gcp_pubsub unary pull example (#634) 2024-04-24 12:00:50 -07: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 feat: add k8s.container.status.last_terminated_reason resource attribute (#968) 2024-04-29 19:58:35 -07:00
rpc (chore) Remove common attributes from RPC documentation in favor of f… (#960) 2024-04-24 16:40:31 +00:00
runtime Move JVM attribtues to registry. (#979) 2024-04-29 21:03:12 +00:00
system [metrics/system] Remove shared from system.memory.state values (#933) 2024-04-30 17:21:03 -04: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.