Closed Nevay closed 1 month ago
Attention: Patch coverage is 44.21053%
with 53 lines
in your changes missing coverage. Please review.
Project coverage is 73.79%. Comparing base (
3be58cf
) to head (4af833c
). Report is 2 commits behind head on main.
Removes
MeterInterface::isEnabled()
as it is not part of the spec, metrics API usesInstrument::isEnabled()
instead.Also resolves https://github.com/open-telemetry/opentelemetry-php/pull/1353#discussion_r1688754362 by dropping/recreating metric streams on configuration change.