Class MetricsService
java.lang.Object
org.qubership.integration.platform.engine.service.debugger.metrics.MetricsService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocessChainFailure(DeploymentInfo deploymentInfo, ErrorCode errorCode) voidprocessChainsDeployments(EngineDeployment deployment) voidprocessElementFinishMetrics(org.apache.camel.Exchange exchange, CamelDebuggerProperties dbgProperties, String stepId, String stepName, ChainElementType elementType, boolean failed) voidprocessElementStartMetrics(org.apache.camel.Exchange exchange, CamelDebuggerProperties dbgProperties, String stepId, String stepName, ChainElementType elementType) voidprocessHttpResponseCode(CamelDebuggerProperties dbgProperties, String responseCode) voidprocessHttpTriggerPayloadSize(org.apache.camel.Exchange exchange, CamelDebuggerProperties dbgProperties) voidprocessSessionFinish(CamelDebuggerProperties dbgProperties, String executionStatus, long duration)
-
Constructor Details
-
MetricsService
-
-
Method Details
-
processElementStartMetrics
public void processElementStartMetrics(org.apache.camel.Exchange exchange, CamelDebuggerProperties dbgProperties, String stepId, String stepName, ChainElementType elementType) -
processElementFinishMetrics
public void processElementFinishMetrics(org.apache.camel.Exchange exchange, CamelDebuggerProperties dbgProperties, String stepId, String stepName, ChainElementType elementType, boolean failed) -
processHttpResponseCode
-
processHttpTriggerPayloadSize
public void processHttpTriggerPayloadSize(org.apache.camel.Exchange exchange, CamelDebuggerProperties dbgProperties) -
processSessionFinish
public void processSessionFinish(CamelDebuggerProperties dbgProperties, String executionStatus, long duration) -
processChainFailure
-
processChainsDeployments
-