20declare( strict_types=1 );
39 $prefix .=
".{$metric->getComponent()}";
44 $stat = implode(
'.', [ $prefix, $metric->
getName() ] );
47 $value =
':' . $sample->getValue();
57 $labelValues = $sample->getLabelValues();
59 $labels[] = $labelKey .
':' . $labelValues[$i];
63 $tags = $labels === [] ?
'' :
'|#' . implode(
",", $labels );
66 $output[] = $stat . $value . $type . $sampleRate . $tags;