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

Breadcrumb

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

TraceAttributes::RPC_SERVICE

The full (logical) name of the service being called, including its package name, if applicable.

This is the logical name of the service from the RPC interface perspective, which can be different from the name of any implementing class. The `code.namespace` attribute may be used to store the latter (despite the attribute name, it may include a class name; e.g., class with method actually executing the call on the server side, RPC client stub class on the client side).

@example myservice.EchoService

File

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

Class

TraceAttributes

Namespace

OpenTelemetry\SemConv

Code

public const RPC_SERVICE = 'rpc.service';

API Navigation

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