opentelemetry-php/tests
Brett McBride 4b9f1200bf
adding a configuration for disabling auto-instrumentations (#909)
* adding a configuration for disabling auto-instrumentations
addressing review feedback from pdelewski, provide a mechanism that can be used to disable auto-instrumentation packages
without actually uninstalling them.
A new variable, OTEL_PHP_DISABLED_INSTRUMENTATIONS, has been added which accepts a list of instrumentation names to be disabled.
Each instrumentation can call Instrumentation::isDisabled to determine if they should bail without registering hooks.

* moving instrumentation disabled into Sdk class
2023-01-12 10:55:48 +01:00
..
Benchmark improve and expand otlp benchmark (#874) 2022-11-30 09:53:28 +11:00
Integration fixing default service name (#887) 2022-12-07 09:58:33 +11:00
TraceContext/W3CTestService removing jaeger exporters (#890) 2022-12-09 14:25:42 +11:00
Unit adding a configuration for disabling auto-instrumentations (#909) 2023-01-12 10:55:48 +01:00
coverage/html Add make target to create HTML code coverage report (#477) 2021-11-17 19:47:35 -05:00
bootstrap.php Exporter Refactoring (#476) 2021-11-21 14:12:06 -05:00