opentelemetry-php/examples/troubleshooting
Brett McBride fc161a8548
migrate Clock classes to API (#1281)
* migrate Clock classes to API
- move Clock* + Util into API
- add a deprecated wrapper for ClockFactory and Util
- remove unused StopWatch* classes

* review feedback

* replace ClockFactory with Clock
It's not really a factory, and really only provides access to a system clock. Create a
Clock class which is more clear in its purpose.

* remove time Util class
per review feedback, it's only used in Zipkin. Removed some unused consts from ClockInterface

* Apply suggestions from code review

Co-authored-by: Tobias Bachert <git@b-privat.de>

---------

Co-authored-by: Tobias Bachert <git@b-privat.de>
2024-04-29 10:28:06 +10:00
..
air_gapped_trace_debugging.php refactor sdk/api logging (#1105) 2023-08-31 09:39:33 +10:00
logging_of_span_data.php migrate Clock classes to API (#1281) 2024-04-29 10:28:06 +10:00
psr3_logging.php refactor sdk/api logging (#1105) 2023-08-31 09:39:33 +10:00
setting_up_logging.php refactor sdk/api logging (#1105) 2023-08-31 09:39:33 +10:00