semantic-conventions/docs
Christos Markou 68629b9f7e
Add uptime metrics for container, k8s Pod and k8s Node (#1617)
Signed-off-by: ChrsMark <chrismarkou92@gmail.com>
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
2024-11-26 21:27:00 +00:00
..
attributes-registry Don't capture `db.operation.name` and `db.collection.name` from query formats that support multiples (#1566) 2024-11-25 11:56:09 -08:00
azure [chore] Generate attr name on requirement level notes (#1589) 2024-11-18 18:03:29 +01:00
cicd Add enum value separators (#1572) 2024-11-20 20:08:42 -08:00
cli Add conventions for CLI Spans (#1588) 2024-11-26 13:09:20 -08:00
cloud-providers Add enum value separators (#1572) 2024-11-20 20:08:42 -08:00
cloudevents [chore] Remove empty lines in generated markdown (#1477) 2024-10-15 08:52:26 -07:00
database Add section on span status for databases (#1560) 2024-11-26 20:50:34 +00:00
dns Add enum value separators (#1572) 2024-11-20 20:08:42 -08:00
dotnet Add enum value separators (#1572) 2024-11-20 20:08:42 -08:00
exceptions [chore] Generate attr name on requirement level notes (#1589) 2024-11-18 18:03:29 +01:00
faas Add enum value separators (#1572) 2024-11-20 20:08:42 -08:00
feature-flags Add missing sections and owners to codeowners files (#1607) 2024-11-25 09:47:09 -08:00
gen-ai Add enum value separators (#1572) 2024-11-20 20:08:42 -08:00
general Fix broken anchors, remove `en` from some links (#1610) 2024-11-25 10:45:14 -08:00
graphql Add enum value separators (#1572) 2024-11-20 20:08:42 -08:00
hardware Add enum value separators (#1572) 2024-11-20 20:08:42 -08:00
http Fix broken anchors, remove `en` from some links (#1610) 2024-11-25 10:45:14 -08:00
messaging Fix broken anchors, remove `en` from some links (#1610) 2024-11-25 10:45:14 -08:00
mobile Makes all span/metric/event/resource groups id meaningful (#1512) 2024-11-11 08:16:29 -08:00
non-normative Generalize `db.query.parameter.<key>` to `db.operation.parameter.<key>` (#1559) 2024-11-13 06:15:13 -08:00
object-stores Add enum value separators (#1572) 2024-11-20 20:08:42 -08:00
resource Fix broken anchors, remove `en` from some links (#1610) 2024-11-25 10:45:14 -08:00
rpc Add enum value separators (#1572) 2024-11-20 20:08:42 -08:00
runtime Add enum value separators (#1572) 2024-11-20 20:08:42 -08:00
system Add uptime metrics for container, k8s Pod and k8s Node (#1617) 2024-11-26 21:27:00 +00:00
url Fix broken anchors, remove `en` from some links (#1610) 2024-11-25 10:45:14 -08:00
README.md Add VCS metrics from Github receiver (#1383) 2024-11-08 09:43:13 -08: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.
  • CICD: Semantic Conventions for CICD systems.
  • 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.

Also see, Non-normative supplementary information.