From 8f3646a9c93a06f76f6abb31020fdb74b4b1fc59 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 9 Apr 2023 20:50:33 +0300 Subject: exp: jaeger tracing --- vendor/composer/installed.json | 270 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 270 insertions(+) (limited to 'vendor/composer/installed.json') diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 6a7b5c878..0be499810 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -359,6 +359,77 @@ }, "install-path": "../j4mie/idiorm" }, + { + "name": "jonahgeorge/jaeger-client-php", + "version": "v1.4.4", + "version_normalized": "1.4.4.0", + "source": { + "type": "git", + "url": "https://github.com/jonahgeorge/jaeger-client-php.git", + "reference": "3173d9c68ad8cea16058f25337982b00cc3d1c2b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/jonahgeorge/jaeger-client-php/zipball/3173d9c68ad8cea16058f25337982b00cc3d1c2b", + "reference": "3173d9c68ad8cea16058f25337982b00cc3d1c2b", + "shasum": "" + }, + "require": { + "ext-sockets": "*", + "opentracing/opentracing": "^1.0", + "packaged/thrift": "^0.13", + "php": "^7.1 || ^8.0 || ^8.1", + "psr/cache": "^1.0 || ^2.0 || ^3.0", + "psr/log": "^1.0 || ^2.0 || ^3.0" + }, + "require-dev": { + "cache/array-adapter": "^1.0", + "phpunit/phpunit": "^7 || ^8 || ^9", + "squizlabs/php_codesniffer": "3.*", + "symfony/polyfill-php73": "^1.10" + }, + "time": "2023-01-31T13:40:20+00:00", + "type": "library", + "installation-source": "dist", + "autoload": { + "files": [ + "./src/Jaeger/Constants.php" + ], + "psr-4": { + "Jaeger\\": "src/Jaeger/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jonah George", + "homepage": "http://twitter.com/jonahgeorge" + }, + { + "name": "José Carlos Chávez", + "email": "jcchavezs@gmail.com" + }, + { + "name": "Contributors", + "homepage": "https://github.com/jonahgeorge/jaeger-client-php/graphs/contributors" + } + ], + "description": "Jaeger Bindings for PHP OpenTracing API", + "keywords": [ + "jaeger", + "opentracing", + "trace", + "tracing" + ], + "support": { + "issues": "https://github.com/jonahgeorge/jaeger-client-php/issues", + "source": "https://github.com/jonahgeorge/jaeger-client-php/tree/v1.4.4" + }, + "install-path": "../jonahgeorge/jaeger-client-php" + }, { "name": "mervick/material-design-icons", "version": "2.2.0", @@ -526,6 +597,100 @@ }, "install-path": "../nikic/php-parser" }, + { + "name": "opentracing/opentracing", + "version": "1.0.2", + "version_normalized": "1.0.2.0", + "source": { + "type": "git", + "url": "https://github.com/opentracing/opentracing-php.git", + "reference": "cd60bd1fb2a25280600bc74c7f9e0c13881a9116" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/opentracing/opentracing-php/zipball/cd60bd1fb2a25280600bc74c7f9e0c13881a9116", + "reference": "cd60bd1fb2a25280600bc74c7f9e0c13881a9116", + "shasum": "" + }, + "require": { + "php": "^7.1 || ^8.0" + }, + "require-dev": { + "phpstan/phpstan": "~0.12", + "phpunit/phpunit": "^7.0 || ^9.0", + "squizlabs/php_codesniffer": "3.*" + }, + "time": "2022-01-27T19:59:21+00:00", + "type": "library", + "installation-source": "dist", + "autoload": { + "files": [ + "src/OpenTracing/Tags.php", + "src/OpenTracing/Formats.php" + ], + "psr-4": { + "OpenTracing\\": "src/OpenTracing/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "Apache-2.0" + ], + "authors": [ + { + "name": "José Carlos Chávez", + "email": "jcchavezs@gmail.com" + } + ], + "description": "OpenTracing API for PHP", + "support": { + "issues": "https://github.com/opentracing/opentracing-php/issues", + "source": "https://github.com/opentracing/opentracing-php/tree/1.0.2" + }, + "install-path": "../opentracing/opentracing" + }, + { + "name": "packaged/thrift", + "version": "0.13.01", + "version_normalized": "0.13.01.0", + "source": { + "type": "git", + "url": "https://github.com/packaged/thrift.git", + "reference": "e3dbcfb79e319971d64264ffe9c340590cc8a228" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/packaged/thrift/zipball/e3dbcfb79e319971d64264ffe9c340590cc8a228", + "reference": "e3dbcfb79e319971d64264ffe9c340590cc8a228", + "shasum": "" + }, + "require": { + "php": "^5.5 || ^7.0 || ^8.0" + }, + "time": "2021-01-25T13:32:28+00:00", + "type": "library", + "installation-source": "dist", + "autoload": { + "psr-4": { + "Thrift\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "Apache-2.0" + ], + "description": "Apache Thrift", + "homepage": "http://thrift.apache.org/", + "keywords": [ + "apache", + "thrift" + ], + "support": { + "issues": "https://github.com/packaged/thrift/issues", + "source": "https://github.com/packaged/thrift/tree/0.13.01" + }, + "install-path": "../packaged/thrift" + }, { "name": "paragonie/constant_time_encoding", "version": "v2.6.3", @@ -1453,6 +1618,111 @@ ], "install-path": "../phpunit/phpunit" }, + { + "name": "psr/cache", + "version": "3.0.0", + "version_normalized": "3.0.0.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/cache.git", + "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf", + "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf", + "shasum": "" + }, + "require": { + "php": ">=8.0.0" + }, + "time": "2021-02-03T23:26:27+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "installation-source": "dist", + "autoload": { + "psr-4": { + "Psr\\Cache\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" + } + ], + "description": "Common interface for caching libraries", + "keywords": [ + "cache", + "psr", + "psr-6" + ], + "support": { + "source": "https://github.com/php-fig/cache/tree/3.0.0" + }, + "install-path": "../psr/cache" + }, + { + "name": "psr/log", + "version": "3.0.0", + "version_normalized": "3.0.0.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/log.git", + "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001", + "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001", + "shasum": "" + }, + "require": { + "php": ">=8.0.0" + }, + "time": "2021-07-14T16:46:02+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.x-dev" + } + }, + "installation-source": "dist", + "autoload": { + "psr-4": { + "Psr\\Log\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" + } + ], + "description": "Common interface for logging libraries", + "homepage": "https://github.com/php-fig/log", + "keywords": [ + "log", + "psr", + "psr-3" + ], + "support": { + "source": "https://github.com/php-fig/log/tree/3.0.0" + }, + "install-path": "../psr/log" + }, { "name": "sebastian/cli-parser", "version": "1.0.1", -- cgit v1.2.3