semantic-conventions/docs
Damien Mathieu ac0c577d20
[chore] Fix double `the` typos (#806)
Co-authored-by: Reiley Yang <reyang@microsoft.com>
2024-03-11 16:58:33 +01:00
..
attributes-registry [chore] Fix double `the` typos (#806) 2024-03-11 16:58:33 +01:00
cloud-providers [editorial] Fix path base in Hugo front matter (#688) 2024-02-06 17:57:38 +01:00
cloudevents [chore] Improve check/fix make targets (#787) 2024-03-06 11:30:13 +01:00
database [chore] Fix double `the` typos (#806) 2024-03-11 16:58:33 +01:00
dns Move DNS lookup metric outside of .NET semconv (#785) 2024-03-07 11:23:54 -05:00
dotnet Move DNS lookup metric outside of .NET semconv (#785) 2024-03-07 11:23:54 -05:00
exceptions [chore] Improve check/fix make targets (#787) 2024-03-06 11:30:13 +01:00
faas move faas to registry (#525) 2024-03-07 09:04:52 -08:00
feature-flags [editorial] Fix path base in Hugo front matter (#688) 2024-02-06 17:57:38 +01:00
general Clarify metric attributes should be namespaced (#786) 2024-03-08 13:29:44 +01:00
graphql [chore] Move GraphQL out of database folder/semconv (#736) 2024-02-15 19:41:03 +01:00
http [chore] Improve check/fix make targets (#787) 2024-03-06 11:30:13 +01:00
messaging [chore] Improve check/fix make targets (#787) 2024-03-06 11:30:13 +01:00
mobile [chore] Improve check/fix make targets (#787) 2024-03-06 11:30:13 +01:00
object-stores [editorial] Fix path base in Hugo front matter (#688) 2024-02-06 17:57:38 +01:00
resource move faas to registry (#525) 2024-03-07 09:04:52 -08:00
rpc [chore] Improve check/fix make targets (#787) 2024-03-06 11:30:13 +01:00
runtime [chore] Improve check/fix make targets (#787) 2024-03-06 11:30:13 +01:00
system Align `system.cpu.state`'s definition with this of `process.cpu.state` (#765) 2024-03-11 16:23:23 +01:00
url Allow url.path sanitization (#676) 2024-03-01 16:03:01 -08:00
README.md [chore] Move GraphQL out of database folder/semconv (#736) 2024-02-15 19:41:03 +01: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.
  • 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.