Skip to content

Commit b2480f9

Browse files
committed
Updated OperationGenerator
1 parent 6d00338 commit b2480f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Sampler/OperationGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ class OperationGenerator implements GeneratorInterface
77
{
88
public function generate(int $traceId, string $operationName): string
99
{
10-
return $operationName;
10+
return 'operation:' . $operationName;
1111
}
1212
}

0 commit comments

Comments
 (0)