Package io.quarkus.test.metrics
Class QuarkusLabels
- java.lang.Object
-
- io.quarkus.test.metrics.QuarkusLabels
-
public class QuarkusLabels extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringMODULE_NAMEstatic StringMODULE_STATUSstatic StringSCENARIO_NAME
-
Constructor Summary
Constructors Constructor Description QuarkusLabels()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddLabel(String labelName, String labelValue)voidaddModuleNameLabel()voidaddScenarioNameLabel(String scenarioName)Map<String,String>getLabelsBucket()voidmarkModuleAsFailed()voidmarkModuleAsSuccess()
-
-
-
Field Detail
-
MODULE_STATUS
public static final String MODULE_STATUS
- See Also:
- Constant Field Values
-
MODULE_NAME
public static final String MODULE_NAME
- See Also:
- Constant Field Values
-
SCENARIO_NAME
public static final String SCENARIO_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
addModuleNameLabel
public void addModuleNameLabel()
-
addScenarioNameLabel
public void addScenarioNameLabel(String scenarioName)
-
markModuleAsSuccess
public void markModuleAsSuccess()
-
markModuleAsFailed
public void markModuleAsFailed()
-
-