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_STATUS
-
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()StringgetBuildNumber()Map<String,String>getLabelsBucket()StringgetQuarkusPluginVersion()StringgetServiceName()
-
-
-
Field Detail
-
MODULE_STATUS
public static final String MODULE_STATUS
- See Also:
- Constant Field Values
-
-