Uses of Record Class
de.cuioss.benchmarking.common.metrics.PrometheusClient.TimeSeries
Packages that use PrometheusClient.TimeSeries
-
Uses of PrometheusClient.TimeSeries in de.cuioss.benchmarking.common.metrics
Methods in de.cuioss.benchmarking.common.metrics that return types with arguments of type PrometheusClient.TimeSeriesModifier and TypeMethodDescriptionPrometheusClient.queryRange(List<String> metricNames, Instant startTime, Instant endTime, Duration step) Query Prometheus for time-series data in a specific time range.Method parameters in de.cuioss.benchmarking.common.metrics with type arguments of type PrometheusClient.TimeSeriesModifier and TypeMethodDescriptionBenchmarkMetricsTransformer.transformToServerMetrics(String benchmarkName, Instant startTime, Instant endTime, Map<String, PrometheusClient.TimeSeries> timeSeriesData) Transforms Prometheus time-series data into benchmark server metrics.