Package io.quarkus.test.metrics
Class QuarkusHistograms
- java.lang.Object
-
- io.quarkus.test.metrics.QuarkusHistograms
-
public class QuarkusHistograms extends Object
-
-
Constructor Summary
Constructors Constructor Description QuarkusHistograms(MetricsExporterService exporter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpush(QuarkusLabels labels)voidstartDurationBeforeAll(HistogramTypes histogramTypes)voidstopDurationAfterAll(HistogramTypes histogramTypes)
-
-
-
Constructor Detail
-
QuarkusHistograms
public QuarkusHistograms(MetricsExporterService exporter)
-
-
Method Detail
-
startDurationBeforeAll
public void startDurationBeforeAll(HistogramTypes histogramTypes)
-
stopDurationAfterAll
public void stopDurationAfterAll(HistogramTypes histogramTypes)
-
push
public void push(QuarkusLabels labels)
-
-