Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. TraceAttributes.php

TraceAttributes::RPC_JSONRPC_REQUEST_ID

`id` property of request or response. Since protocol allows id to be int, string, `null` or missing (for notifications), value is expected to be cast to string for simplicity. Use empty string in case of `null` value. Omit entirely if this is a notification.

@example 10 @example request-7

File

vendor/open-telemetry/sem-conv/TraceAttributes.php, line 3485

Class

TraceAttributes

Namespace

OpenTelemetry\SemConv

Code

public const RPC_JSONRPC_REQUEST_ID = 'rpc.jsonrpc.request_id';

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal