All Downloads are FREE. Search and download functionalities are using the official Maven repository.

datadog.trace.api.profiling.ProfilingScope Maven / Gradle / Ivy

There is a newer version: 1.42.2
Show newest version
package datadog.trace.api.profiling;

public interface ProfilingScope extends AutoCloseable, ProfilingContext {

  ProfilingScope NO_OP = () -> {};

  @Override
  void close();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy