Class MetricsTransformer
java.lang.Object
de.cuioss.benchmarking.common.metrics.MetricsTransformer
Transforms raw Prometheus metrics into structured Quarkus runtime metrics.
This class is responsible for all metric restructuring, renaming, and organization.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MetricsTransformer
public MetricsTransformer()
-
-
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
-