Skip to content

Commit

Permalink
Fixed bug that the $prefix of ZipkinTracerFactory does not match …
Browse files Browse the repository at this point in the history
…the actual.
  • Loading branch information
greezen authored Jun 16, 2022
1 parent 5c76888 commit 6e56aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Adapter/ZipkinTracerFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

class ZipkinTracerFactory implements NamedFactoryInterface
{
private string $prefix = 'opentracing.zipkin.';
private string $prefix = 'opentracing.tracer.';

private string $name = '';

Expand Down

0 comments on commit 6e56aef

Please sign in to comment.