Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: opentelemetry-php/api

Tags

1.3.0

Toggle 1.3.0's commit message
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

1.2.3

Toggle 1.2.3's commit message
Fix `LateBindingMeter::createObservable{Instrument}()` (#1524)

1.2.2

Toggle 1.2.2's commit message
fix gRPC timeout (#1498) (#1499)

1.2.1

Toggle 1.2.1's commit message
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]>

1.2.0

Toggle 1.2.0's commit message
deprecate event logger (#1466)

The event logger was a Development-status component of the logging signal. It has been
removed in favour of adding emitEvent to the logger interface,
see open-telemetry/opentelemetry-specification#4319

1.1.2

Toggle 1.1.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Added \Attribute::TARGET_PARAMETER to \OpenTelemetry\API\Instrumentat…

…ion\SpanAttribute (#1433)

Fixes #1429.

1.1.1

Toggle 1.1.1's commit message
Add `TextMapPropagator` to instrumentation context (#1401)

1.1.0

Toggle 1.1.0's commit message
Remove `MeterInterface::isEnabled()` and fix meter config re-enabling…

… (#1387)

1.1.0beta3

Toggle 1.1.0beta3's commit message
Remove `MeterInterface::isEnabled()` and fix meter config re-enabling…

… (#1387)

1.1.0beta2

Toggle 1.1.0beta2's commit message
fix withspan handler nullable + example (#1377)

- class is nullable for pre hooks
- add phpt tests for withspan and its interaction with auto root span