Uses of Record Class
de.cuioss.benchmarking.common.metrics.PrometheusClient.DataPoint
Packages that use PrometheusClient.DataPoint
-
Uses of PrometheusClient.DataPoint in de.cuioss.benchmarking.common.metrics
Methods in de.cuioss.benchmarking.common.metrics that return types with arguments of type PrometheusClient.DataPointModifier and TypeMethodDescriptionPrometheusClient.TimeSeries.values()Returns the value of thevaluesrecord component.Constructor parameters in de.cuioss.benchmarking.common.metrics with type arguments of type PrometheusClient.DataPointModifierConstructorDescriptionTimeSeries(String metricName, Map<String, String> labels, List<PrometheusClient.DataPoint> values) Creates an instance of aTimeSeriesrecord class.