Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

this project is demonstrating issues with the disabling of otel autoinstrumentations

Notifications You must be signed in to change notification settings

tandev/opentelemetry-php-contrib-auto-disabling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repository is archived. The issue with the ApiHttpClient will be fixed with open-telemetry/opentelemetry-php-contrib#277 and i do not plan to post this example here anymore

Run vendor/bin/phpunit to run with bootstrap without DotEnv component -> failing

Run vendor/bin/phpunit --bootstrap=tests/bootstrap.php to run with bootstrap with DotEnv component -> failing

Run OTEL_PHP_DISABLED_INSTRUMENTATIONS=all vendor/bin/phpunit to run with setting the environment var directly, which allows it ro run through -> works

Run OTEL_PHP_DISABLED_INSTRUMENTATIONS=all vendor/bin/phpunit --bootstrap=tests/bootstrap.php to run with bootstrap with DotEnv component and setting the environment var directly, which allows it ro run through -> works

About

this project is demonstrating issues with the disabling of otel autoinstrumentations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages