Interface FlareContributor.ORDER
-
- Enclosing interface:
- FlareContributor
public static interface FlareContributor.ORDER
-
-
Field Summary
Fields Modifier and Type Field Description static int
CONFIG
static int
CONNECTIVITY_CHECKS
static int
ENV_VARS
static int
EXCEPTIONS
static int
JENKINS_LOGS
static int
JFR
static int
PLUGIN_LOGS
static int
RUNTIME_INFO
static int
THREAD_DUMP
static int
WRITERS_HEALTH
-
-
-
Field Detail
-
RUNTIME_INFO
static final int RUNTIME_INFO
- See Also:
- Constant Field Values
-
CONFIG
static final int CONFIG
- See Also:
- Constant Field Values
-
CONNECTIVITY_CHECKS
static final int CONNECTIVITY_CHECKS
- See Also:
- Constant Field Values
-
ENV_VARS
static final int ENV_VARS
- See Also:
- Constant Field Values
-
WRITERS_HEALTH
static final int WRITERS_HEALTH
- See Also:
- Constant Field Values
-
EXCEPTIONS
static final int EXCEPTIONS
- See Also:
- Constant Field Values
-
PLUGIN_LOGS
static final int PLUGIN_LOGS
- See Also:
- Constant Field Values
-
JENKINS_LOGS
static final int JENKINS_LOGS
- See Also:
- Constant Field Values
-
THREAD_DUMP
static final int THREAD_DUMP
- See Also:
- Constant Field Values
-
JFR
static final int JFR
- See Also:
- Constant Field Values
-
-