
com.taboola.async_profiler.api.continuous.ContinuousProfilingSnapshotRequest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of async-profiler-actuator-endpoint Show documentation
Show all versions of async-profiler-actuator-endpoint Show documentation
Async Profiler Actuator Endpoint
package com.taboola.async_profiler.api.continuous;
import com.taboola.async_profiler.api.facade.ProfileRequest;
import com.taboola.async_profiler.api.original.Format;
public class ContinuousProfilingSnapshotRequest extends ProfileRequest {
public ContinuousProfilingSnapshotRequest() {
setFormat(Format.COLLAPSED);
setDurationSeconds(10);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy