Configurable.php
Namespace
OpenTelemetry\SDK\Common\InstrumentationScopeFile
-
vendor/
open-telemetry/ sdk/ Common/ InstrumentationScope/ Configurable.php
View source
<?php
declare (strict_types=1);
namespace OpenTelemetry\SDK\Common\InstrumentationScope;
interface Configurable {
public function updateConfigurator(Configurator $configurator) : void;
}
Interfaces
Title | Deprecated | Summary |
---|---|---|
Configurable |