Skip to content

tag1consulting/opentelemetry-auto-drupal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenTelemetry Drupal auto-instrumentation

This is an OpenTelemetry auto-instrumentation package for Drupal framework applications.

Please read https://opentelemetry.io/docs/instrumentation/php/automatic/ for instructions on how to install and configure the extension and SDK.

Requirements

Overview

The following features are supported:

  • root span creation (Drupal core hooks)
  • context propagation
  • HttpClient client span creation
  • HttpClient context propagation
  • Message Bus span creation
  • Message Transport span creation

Installation via composer

$ composer require mladenrtl/opentelemetry-auto-drupal

Installing dependencies and executing tests

From Drupal subdirectory:

$ composer install
$ ./vendor/bin/phpunit tests

Configuration

The extension can be disabled via runtime configuration:

OTEL_PHP_DISABLED_INSTRUMENTATIONS=drupal

About

OpenTelemetry auto-instrumentation for Drupal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%