Class MetricsTransformer

java.lang.Object
de.cuioss.benchmarking.common.metrics.MetricsTransformer

public class MetricsTransformer extends Object
Transforms raw Prometheus metrics into structured Quarkus runtime metrics. This class is responsible for all metric restructuring, renaming, and organization.
  • Constructor Details

  • Method Details

    • transformToQuarkusRuntimeMetrics

      Transforms raw Prometheus metrics into the structured Quarkus runtime metrics format.
      Parameters:
      allMetrics - Raw metrics from Prometheus endpoint
      Returns:
      Structured metrics ready for JSON export