opentelemetry-php/sdk/Trace
Onyemenam Ndubuisi 3c18f3a4ab
Feature/add record exception (#255)
* Add recordException event, test and examples

Fix phpstan errors

* Attempt to fix test failures
2021-02-26 11:20:02 -05:00
..
Sampler Rename SpanContext methods isValidContext and isRemoteContext to be aligned with specification. (#247) 2021-01-31 16:35:11 -05:00
SpanProcessor fix: bump PHPStan to level 5, Psalm to level 3 (#205) 2020-11-04 08:40:10 -05:00
Attribute.php Adding Explicit Reference for Attribute Iterables (#71) 2020-04-28 00:01:20 -04:00
Attributes.php Add API Interfaces (#64) 2020-03-26 19:31:19 -04:00
Clock.php Change to timestamps and weave the hrtime web (#83) 2020-05-22 20:10:27 -04:00
Event.php Change to timestamps and weave the hrtime web (#83) 2020-05-22 20:10:27 -04:00
Events.php fix: bump PHPStan to level 5, Psalm to level 3 (#205) 2020-11-04 08:40:10 -05:00
Exporter.php Add API Interfaces (#64) 2020-03-26 19:31:19 -04:00
IdGenerator.php Add IdGenerator interface (#252) 2021-02-17 09:24:22 -05:00
MonotonicClock.php Change to timestamps and weave the hrtime web (#83) 2020-05-22 20:10:27 -04:00
NoopSpan.php Feature/add record exception (#255) 2021-02-26 11:20:02 -05:00
PropagationMap.php Trace context propagation (#213) 2020-11-18 13:36:18 -05:00
RandomIdGenerator.php Add IdGenerator interface (#252) 2021-02-17 09:24:22 -05:00
RealtimeClock.php Change to timestamps and weave the hrtime web (#83) 2020-05-22 20:10:27 -04:00
Sampler.php change instances of probabilitysampler to traceidratiobasedsampler (#179) 2020-09-21 10:57:32 -04:00
SamplingResult.php Added SamplingResult getters for attributes and links (#149) 2020-07-16 15:03:17 -04:00
Span.php Feature/add record exception (#255) 2021-02-26 11:20:02 -05:00
SpanContext.php Rename SpanContext methods isValidContext and isRemoteContext to be aligned with specification. (#247) 2021-01-31 16:35:11 -05:00
SpanOptions.php Rename SpanContext methods isValidContext and isRemoteContext to be aligned with specification. (#247) 2021-01-31 16:35:11 -05:00
SpanProcessor.php Implement SpanProcessor::shutdown() (#100) 2020-06-08 14:38:03 -04:00
SpanStatus.php implement span status export in and fix some test deprecations (#170) 2020-09-30 10:43:46 -04:00
TraceContext.php Add Trace Context Tracestate header propagation Part 1 (#233) 2021-01-12 15:41:22 -05:00
TraceState.php Trace Context Tracestate header propagation Part 2 (#251) 2021-02-04 14:15:46 -05:00
Tracer.php Rename SpanContext methods isValidContext and isRemoteContext to be aligned with specification. (#247) 2021-01-31 16:35:11 -05:00
TracerProvider.php Add IdGenerator interface (#252) 2021-02-17 09:24:22 -05:00