Skip to content

Commit

Permalink
remove unused properties
Browse files Browse the repository at this point in the history
  • Loading branch information
dmnbars committed Nov 30, 2019
1 parent 8a55777 commit 1a59f96
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions src/Jaeger/Jaeger.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,10 @@ class Jaeger implements Tracer{

public $process = null;

public $procesSize = 0;

public $serverName = '';

public $bufferSize = '';

public $processThrift = '';

public $spanThrifts = [];

public $propagator = null;

public function __construct($serverName = '', Reporter $reporter, Sampler $sampler,
Expand Down
2 changes: 0 additions & 2 deletions src/Jaeger/Transport/TransportUdp.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ public function append(Jaeger $jaeger)
continue;
}

$jaeger->spanThrifts[] = $spanThrift;

if ($this->bufferSize + $spanSize >= self::$maxSpanBytes) {
self::$batchs[] = [
'thriftProcess' => $jaeger->processThrift,
Expand Down

0 comments on commit 1a59f96

Please sign in to comment.