semantic-conventions/docs
Marylia Gutierrez 5077fd5ccf
Add node.js runtime metrics semantic conventions (#991)
Signed-off-by: maryliag <marylia.gutierrez@grafana.com>
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
2024-06-28 12:10:11 -07:00
..
attributes-registry Add LLM model server metrics (#1103) 2024-06-27 13:05:12 +02:00
cloud-providers [chore] Use document status link to otel.io instead of versioned spec (#1093) 2024-06-03 13:33:39 +02:00
cloudevents [chore] Use document status link to otel.io instead of versioned spec (#1093) 2024-06-03 13:33:39 +02:00
database Clarify db.query.parameter is string representation (#1165) 2024-06-25 11:40:10 +00:00
dns [chore] Use document status link to otel.io instead of versioned spec (#1093) 2024-06-03 13:33:39 +02:00
dotnet [chore] Use document status link to otel.io instead of versioned spec (#1093) 2024-06-03 13:33:39 +02:00
exceptions [chore] Use document status link to otel.io instead of versioned spec (#1093) 2024-06-03 13:33:39 +02:00
faas Revamp messaging metrics to support generic operations (#1006) 2024-06-14 14:39:47 -07:00
feature-flags [chore] Use document status link to otel.io instead of versioned spec (#1093) 2024-06-03 13:33:39 +02:00
gen-ai Add LLM model server metrics (#1103) 2024-06-27 13:05:12 +02:00
general [editorial] Fix link by dropping anchor to title (#1154) 2024-06-13 17:12:50 +02:00
graphql [chore] Use document status link to otel.io instead of versioned spec (#1093) 2024-06-03 13:33:39 +02:00
http [chore] Use document status link to otel.io instead of versioned spec (#1093) 2024-06-03 13:33:39 +02:00
messaging Update kafka spring example to align with the spec (#1155) 2024-06-26 11:19:45 +02:00
mobile [chore] Use document status link to otel.io instead of versioned spec (#1093) 2024-06-03 13:33:39 +02:00
object-stores [chore] Use document status link to otel.io instead of versioned spec (#1093) 2024-06-03 13:33:39 +02:00
resource [chore] Fixed Bug: Examples rendering is broken in 1.26 release for array types (#1088) 2024-06-06 07:30:10 -07:00
rpc [chore] Use document status link to otel.io instead of versioned spec (#1093) 2024-06-03 13:33:39 +02:00
runtime Add node.js runtime metrics semantic conventions (#991) 2024-06-28 12:10:11 -07:00
system Merge *.cpu.state attributes to a common cpu.mode attribute (#1026) 2024-06-26 09:46:38 +02:00
url [chore] Use document status link to otel.io instead of versioned spec (#1093) 2024-06-03 13:33:39 +02: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.