Tags: opentelemetry-php/api
Tags
stabilize logger.enabled (#1580) - update Logger.isEnabled signature to include context and severity number, per spec - accept event_name on a LogRecord - add event name to otlp logs payload - update or remove some comments that were based on the old logs-bridge specification
support refactored otlp export config (#1477) upstream config now splits otlp exporters into otlp_http and otlp_grpc * use const, remove insecure from otlp_http config * Apply suggestions from code review Co-authored-by: Tobias Bachert <[email protected]> * set default endpoints, fix review feedback * move endpoint out of yaml anchor * convert timeouts from millis to seconds --------- Co-authored-by: Tobias Bachert <[email protected]>
Remove `MeterInterface::isEnabled()` and fix meter config re-enabling… … (#1387)
fix withspan handler nullable + example (#1377) - class is nullable for pre hooks - add phpt tests for withspan and its interaction with auto root span
PreviousNext