Class LabelsSet
- java.lang.Object
-
- step.plugins.measurements.prometheus.LabelsSet
-
public class LabelsSet extends Object
-
-
Constructor Summary
Constructors Constructor Description LabelsSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(String[] labels)
Collection<String[]>
getLabelsArrays()
int
size()
-
-
-
Method Detail
-
add
public void add(String[] labels)
-
size
public int size()
-
getLabelsArrays
public Collection<String[]> getLabelsArrays()
-
-