ResourceDetectorInterface.php
Namespace
OpenTelemetry\SDK\ResourceFile
-
vendor/
open-telemetry/ sdk/ Resource/ ResourceDetectorInterface.php
View source
<?php
declare (strict_types=1);
namespace OpenTelemetry\SDK\Resource;
interface ResourceDetectorInterface {
public function getResource() : ResourceInfo;
}
Interfaces
Title | Deprecated | Summary |
---|---|---|
ResourceDetectorInterface |