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

Breadcrumb

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

TraceAttributes::AWS_LAMBDA_INVOKED_ARN

The full invoked ARN as provided on the `Context` passed to the function (`Lambda-Runtime-Invoked-Function-Arn` header on the `/runtime/invocation/next` applicable).

This may be different from `cloud.resource_id` if an alias is involved.

@example arn:aws:lambda:us-east-1:123456:function:myfunction:myalias

File

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

Class

TraceAttributes

Namespace

OpenTelemetry\SemConv

Code

public const AWS_LAMBDA_INVOKED_ARN = 'aws.lambda.invoked_arn';

API Navigation

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