opentelemetry-php/tests/Unit/SDK/Trace
Tobias Bachert 739f212ba9
Add instrumentation scope attributes (#735)
* Add attributes to instrumentation scope

* Remove `::getDefaultTracer()`

Instrumentation should use dedicated tracers.

* Remove SDK `::getTracer()` default name

Instrumentation should use API `TracerProvider` which requires providing a name.
2022-06-30 12:30:14 +02:00
..
Behavior adding covers annotations to all tests (#540) 2022-01-07 09:33:08 +11:00
Sampler Cleanup/fix context package (#711) 2022-06-16 08:17:59 -04:00
SpanExporter Refactor Attributes (#623) 2022-03-19 23:51:47 -04:00
SpanProcessor Add package validate call to CI (#714) 2022-06-17 19:15:59 -04:00
EventTest.php Refactor Attributes (#623) 2022-03-19 23:51:47 -04:00
ExporterFactoryTest.php Add @group annotation to compliance tests for environment variables (#611) 2022-03-31 08:49:33 -04:00
ImmutableSpanTest.php Make `AttributesInterface` immutable (#724) 2022-06-23 20:54:03 +10:00
LinkTest.php Make `AttributesInterface` immutable (#724) 2022-06-23 20:54:03 +10:00
NonRecordingSpanTest.php adding covers annotations to all tests (#540) 2022-01-07 09:33:08 +11:00
RandomIdGeneratorTest.php Add compliance test and annotate existing ones (#669) 2022-05-06 22:46:47 +10:00
SamplerFactoryTest.php Refactor Environment Variable Handling (#561) 2022-02-02 09:54:32 -05:00
SamplingResultTest.php Make `AttributesInterface` immutable (#724) 2022-06-23 20:54:03 +10:00
SpanLimitsBuilderTest.php Make `AttributesInterface` immutable (#724) 2022-06-23 20:54:03 +10:00
SpanProcessorFactoryTest.php Refactored SpanProcessorFactory and updated corresponding unit tests (#594) 2022-02-24 09:43:53 +11:00
SpanTest.php Add instrumentation scope attributes (#735) 2022-06-30 12:30:14 +02:00
StatusDataTest.php Add phpunit annotations for compliance tests (#670) 2022-05-07 09:02:29 +10:00
TracerProviderFactoryTest.php Refactor LoggerHolder (#617) 2022-03-19 12:52:06 -04:00
TracerProviderTest.php Add instrumentation scope attributes (#735) 2022-06-30 12:30:14 +02:00
TracerSharedStateTest.php adding covers annotations to all tests (#540) 2022-01-07 09:33:08 +11:00
TracerTest.php Add compliance test and annotate existing ones (#669) 2022-05-06 22:46:47 +10:00