semantic-conventions/docs
Nathan Baulch 735320c38b
[chore] Fix minor typos (#1379)
Co-authored-by: Alexander Wert <AlexanderWert@users.noreply.github.com>
2024-09-03 13:12:17 +02:00
..
attributes-registry [chore] Fix minor typos (#1379) 2024-09-03 13:12:17 +02:00
azure [chore] Fix minor typos (#1379) 2024-09-03 13:12:17 +02:00
cloud-providers [editorial] Move supplementary-guidelines into docs (#1284) 2024-07-29 10:06:52 +02:00
cloudevents CloudEvents should re-use existing HTTP or messaging conventions (#1182) 2024-07-16 07:13:08 +00:00
database CosmosDB: define applicable values for `db.operation.name` and add proper reference to `az.namespace` (#1330) 2024-08-23 12:43:43 -07:00
dns [editorial] remove 'full' options from markdown snippets, remove unused tags (#1303) 2024-08-05 09:41:37 -07:00
dotnet [editorial] remove 'full' options from markdown snippets, remove unused tags (#1303) 2024-08-05 09:41:37 -07:00
exceptions Update spec version to 1.35.0 (#1306) 2024-08-02 08:34:17 -07:00
faas [chore] Fix minor typos (#1379) 2024-09-03 13:12:17 +02:00
feature-flags Update spec version to 1.35.0 (#1306) 2024-08-02 08:34:17 -07:00
gen-ai Fix array attribute examples (#1325) 2024-08-08 12:40:26 -04:00
general [chore] Fix minor typos (#1379) 2024-09-03 13:12:17 +02:00
graphql [editorial] remove 'full' options from markdown snippets, remove unused tags (#1303) 2024-08-05 09:41:37 -07:00
hardware move common hardware attributes and metrics to registry (#1030) 2024-08-05 16:43:15 +00:00
http [editorial] remove 'full' options from markdown snippets, remove unused tags (#1303) 2024-08-05 09:41:37 -07:00
messaging Fix link anchors (#1354) 2024-08-19 13:14:01 -07:00
mobile [editorial] remove 'full' options from markdown snippets, remove unused tags (#1303) 2024-08-05 09:41:37 -07:00
non-normative Update docs to use weaver for code generation (#1296) 2024-07-31 22:15:19 -07: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] Fix minor typos (#1379) 2024-09-03 13:12:17 +02:00
rpc [editorial] remove 'full' options from markdown snippets, remove unused tags (#1303) 2024-08-05 09:41:37 -07:00
runtime Add initial experimental .NET CLR runtime metrics (#1035) 2024-08-22 21:52:21 -07:00
system Add the system.disk.limit metric (#1356) 2024-09-02 16:25:45 +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 [editorial] Move supplementary-guidelines into docs (#1284) 2024-07-29 10:06:52 +02: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.

Also see, Non-normative supplementary information.