
com.wavefront.agent.api.ForceQueueEnabledAgentAPI Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proxy Show documentation
Show all versions of proxy Show documentation
Service for batching and relaying metric traffic to Wavefront
package com.wavefront.agent.api;
import com.wavefront.api.AgentAPI;
import com.wavefront.api.agent.ShellOutputDTO;
import java.util.UUID;
import javax.ws.rs.core.Response;
/**
* @author Andrew Kao ([email protected])
*/
public interface ForceQueueEnabledAgentAPI extends AgentAPI {
Response postWorkUnitResult(UUID agentId,
UUID workUnitId,
UUID targetId,
ShellOutputDTO shellOutputDTO,
boolean forceToQueue);
Response postPushData(UUID agentId,
UUID workUnitId,
Long currentMillis,
String format,
String pushData,
boolean forceToQueue);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy