pub fn normalize_performance_score(
event: &mut (impl Getter + MutMeasurements),
performance_score: Option<&PerformanceScoreConfig>,
) -> Option<String>
Expand description
Computes performance score measurements for an event.
This computes score from vital measurements, using config options to define how it is calculated.