Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
cleptric committed Dec 20, 2023
1 parent 7bfdac3 commit 416de9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tracing/Span.php
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ public function setMetricsSummary(
string $key,
$value,
MetricsUnit $unit,
array $tags,
array $tags
): void {
$mri = sprintf('%s:%s@%s', $type, $key, $unit);
$bucketKey = $mri . implode('', $tags);
Expand Down

0 comments on commit 416de9a

Please sign in to comment.