7declare( strict_types=1 );
26 $prefix .=
".{$metric->getComponent()}";
36 $stat = implode(
'.', [ $prefix, $metric->
getName(), ...$sample->getLabelValues() ] );
39 $value =
':' . $sample->getValue();
48 $output[] = $stat . $value . $type . $sampleRate;