function ResourceInfo::emptyResource
@codeCoverageIgnore
File
-
vendor/
open-telemetry/ sdk/ Resource/ ResourceInfo.php, line 113
Class
- ResourceInfo
- A Resource is an immutable representation of the entity producing telemetry. For example, a process producing telemetry that is running in a container on Kubernetes has a Pod name, it is in a namespace and possibly is part of a Deployment which also…
Namespace
OpenTelemetry\SDK\ResourceCode
public static function emptyResource() : ResourceInfo {
BcUtil::triggerMethodDeprecationNotice(__METHOD__, 'emptyResource', ResourceInfoFactory::class);
return ResourceInfoFactory::emptyResource();
}