7declare( strict_types=1 );
26 $prefix .=
".{$metric->getComponent()}";
31 $stat = implode(
'.', [ $prefix, $metric->
getName() ] );
34 $value =
':' . $sample->getValue();
44 $labelValues = $sample->getLabelValues();
46 $labels[] = $labelKey .
':' . $labelValues[$i];
50 $tags = $labels === [] ?
'' :
'|#' . implode(
",", $labels );
53 $output[] = $stat . $value . $type . $sampleRate . $tags;