ConfigProviderInterface.php
Namespace
OpenTelemetry\API\ConfigurationFile
-
vendor/
open-telemetry/ api/ Configuration/ ConfigProviderInterface.php
View source
<?php
declare (strict_types=1);
namespace OpenTelemetry\API\Configuration;
interface ConfigProviderInterface {
public function getInstrumentationConfig() : ConfigProperties;
}
Interfaces
Title | Deprecated | Summary |
---|---|---|
ConfigProviderInterface |