OpenTelemetry.Resources.IResourceDetector
An interface for Resource detectors.
namespace OpenTelemetry.Resources
{
}
namespace OpenTelemetry.Resources
{
public interface IResourceDetector
{
Resource Detect();
}
}