From cdd7ad020e165fe680703b6d3319b908b682fb7a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 20 Oct 2023 17:12:29 +0300 Subject: jaeger-client -> opentelemetry --- .../Jaeger/Thrift/Collector_submitBatches_args.php | 60 ---------------------- 1 file changed, 60 deletions(-) delete mode 100644 vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Collector_submitBatches_args.php (limited to 'vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Collector_submitBatches_args.php') diff --git a/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Collector_submitBatches_args.php b/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Collector_submitBatches_args.php deleted file mode 100644 index 014e3720d..000000000 --- a/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Collector_submitBatches_args.php +++ /dev/null @@ -1,60 +0,0 @@ - array( - 'var' => 'batches', - 'isRequired' => false, - 'type' => TType::LST, - 'etype' => TType::STRUCT, - 'elem' => array( - 'type' => TType::STRUCT, - 'class' => '\Jaeger\Thrift\Batch', - ), - ), - ); - - /** - * @var \Jaeger\Thrift\Batch[] - */ - public $batches = null; - - public function __construct($vals=null) { - if (is_array($vals)) { - parent::__construct(self::$_TSPEC, $vals); - } - } - - public function getName() { - return 'Collector_submitBatches_args'; - } - - public function read($input) - { - return $this->_read('Collector_submitBatches_args', self::$_TSPEC, $input); - } - - public function write($output) { - return $this->_write('Collector_submitBatches_args', self::$_TSPEC, $output); - } - -} - -- cgit v1.2.3