semantic-conventions/docs
Emily S 8ac8d450f3
Use db.instance.id instead of specific elasticsearch node name attribute (#738)
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2024-03-26 12:36:32 +01:00
..
attributes-registry Use db.instance.id instead of specific elasticsearch node name attribute (#738) 2024-03-26 12:36:32 +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 Use db.instance.id instead of specific elasticsearch node name attribute (#738) 2024-03-26 12:36:32 +01:00
dns Move DNS lookup metric outside of .NET semconv (#785) 2024-03-07 11:23:54 -05:00
dotnet Clarify that `network.protocol.version` represents negotiated version (#817) 2024-03-25 17:44:25 +01:00
exceptions [chore] Improve check/fix make targets (#787) 2024-03-06 11:30:13 +01:00
faas [chore] Move metric requirement levels doc from spec (#831) 2024-03-21 18:37:47 -07:00
feature-flags [editorial] Fix path base in Hugo front matter (#688) 2024-02-06 17:57:38 +01:00
general Clarify that `network.protocol.version` represents negotiated version (#817) 2024-03-25 17:44:25 +01:00
graphql [chore] Move GraphQL out of database folder/semconv (#736) 2024-02-15 19:41:03 +01:00
http Clarify that `network.protocol.version` represents negotiated version (#817) 2024-03-25 17:44:25 +01:00
messaging Messaging: clarify network attributes usage on common semconv (#698) 2024-03-25 08:39:18 -07: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] Move metric requirement levels doc from spec (#831) 2024-03-21 18:37:47 -07:00
runtime [chore] Move metric requirement levels doc from spec (#831) 2024-03-21 18:37:47 -07:00
system [chore] Move metric requirement levels doc from spec (#831) 2024-03-21 18:37:47 -07: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.