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