com.jprofiler.api.agent.probe
Interface Probe
- All Known Subinterfaces:
- InterceptorProbe, TelemetryProbe
public interface Probe
Base interface for probes. This interface cannot be used by itself. Please implement
the derived interfaces InterceptorProbe and TelemetryProbe if
you develop a custom probe in your IDE.
getMetaData
ProbeMetaData getMetaData()
- Configures the capabilities of your custom probe. This method is called once by the profiling agent
after the probe is instantiated.
- Returns:
- the meta data of your custom probe