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

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

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

public interface ProfilingContextAttribute {

  final class NoOp implements ProfilingContextAttribute {

    public static final NoOp INSTANCE = new NoOp();
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy