public class RegressionReportBuilder extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RegressionReportBuilder.RegressionReport |
| Constructor and Description |
|---|
RegressionReportBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static RegressionReportBuilder.RegressionReport |
execute(com.takipi.common.api.ApiClient apiClient,
String serviceId,
String viewId,
int activeTimespan,
int baselineTimespan,
String criticalExceptionTypes,
int minVolumeThreshold,
double minErrorRateThreshold,
double reggressionDelta,
double criticalReggressionDelta,
boolean applySeasonality,
PrintStream output,
boolean verbose) |
static String |
getArcLink(com.takipi.common.api.ApiClient apiClient,
String serviceId,
String eventId,
int timespan) |
public static String getArcLink(com.takipi.common.api.ApiClient apiClient, String serviceId, String eventId, int timespan)
public static RegressionReportBuilder.RegressionReport execute(com.takipi.common.api.ApiClient apiClient, String serviceId, String viewId, int activeTimespan, int baselineTimespan, String criticalExceptionTypes, int minVolumeThreshold, double minErrorRateThreshold, double reggressionDelta, double criticalReggressionDelta, boolean applySeasonality, PrintStream output, boolean verbose)
Copyright © 2016–2018. All rights reserved.