public interface TelemetryProbe
Base class for deriving a probe that publishes telemetries. A telemetry probe is queried periodically
for telemetry values.
Probes are added to the profiled process with a ProbeProvider.
ProbeProvider| Method Summary | |
|---|---|
void |
fillTelemetryData(ProbeContext probeContext,
int[] data)
Fills in a sample for all published telemetries. |
| Methods inherited from interface com.jprofiler.api.agent.probe.Probe |
|---|
getMetaData |
| Method Detail |
|---|
void fillTelemetryData(ProbeContext probeContext,
int[] data)
ProbeMetaData.addCustomTelemetry(String, Unit, float) in the meta-data
configuration.
probeContext - the probe context that can be used to publish probe eventsdata - the data array for the current sample