@@ -6,18 +6,24 @@ project_url: "https://github.com/open-telemetry/opentelemetry-php-contrib.git"
66
77# List of splits.
88splits :
9- - prefix : " src/MetaPackages/opentelemetry "
10- target : " https://${GH_TOKEN}@github.com/opentelemetry-php/opentelemetry-meta .git"
9+ - prefix : " src/AutoInstrumentationInstaller "
10+ target : " https://${GH_TOKEN}@github.com/opentelemetry-php/contrib-instrumentation-installer .git"
1111 - prefix : " src/Aws"
1212 target : " https://${GH_TOKEN}@github.com/opentelemetry-php/contrib-aws.git"
13+ - prefix : " src/Context/Swoole"
14+ target : " https://${GH_TOKEN}@github.com/opentelemetry-php/context-swoole.git"
1315 - prefix : " src/Exporter/Instana"
1416 target : " https://${GH_TOKEN}@github.com/opentelemetry-php/contrib-exporter-instana.git"
15- - prefix : " src/Symfony"
16- target : " https://${GH_TOKEN}@github.com/opentelemetry-php/contrib-sdk-bundle.git"
17+ - prefix : " src/Instrumentation/AwsSdk"
18+ target : " https://${GH_TOKEN}@github.com/opentelemetry-php/contrib-auto-aws-sdk.git"
19+ - prefix : " src/Instrumentation/CakePHP"
20+ target : " https://${GH_TOKEN}@github.com/opentelemetry-php/contrib-auto-cakephp.git"
1721 - prefix : " src/Instrumentation/CodeIgniter"
1822 target : " https://${GH_TOKEN}@github.com/opentelemetry-php/contrib-auto-codeigniter.git"
1923 - prefix : " src/Instrumentation/Curl"
2024 target : " https://${GH_TOKEN}@github.com/opentelemetry-php/contrib-auto-curl.git"
25+ - prefix : " src/Instrumentation/Doctrine"
26+ target : " https://${GH_TOKEN}@github.com/opentelemetry-php/contrib-auto-doctrine.git"
2127 - prefix : " src/Instrumentation/ExtAmqp"
2228 target : " https://${GH_TOKEN}@github.com/opentelemetry-php/contrib-auto-ext-amqp.git"
2329 - prefix : " src/Instrumentation/ExtRdKafka"
@@ -58,20 +64,12 @@ splits:
5864 target : " https://${GH_TOKEN}@github.com/opentelemetry-php/contrib-auto-symfony.git"
5965 - prefix : " src/Instrumentation/Wordpress"
6066 target : " https://${GH_TOKEN}@github.com/opentelemetry-php/contrib-auto-wordpress.git"
61- - prefix : " src/Instrumentation/CakePHP"
62- target : " https://${GH_TOKEN}@github.com/opentelemetry-php/contrib-auto-cakephp.git"
6367 - prefix : " src/Instrumentation/Yii"
6468 target : " https://${GH_TOKEN}@github.com/opentelemetry-php/contrib-auto-yii.git"
65- - prefix : " src/Instrumentation/Doctrine"
66- target : " https://${GH_TOKEN}@github.com/opentelemetry-php/contrib-auto-doctrine.git"
67- - prefix : " src/Instrumentation/AwsSdk"
68- target : " https://${GH_TOKEN}@github.com/opentelemetry-php/contrib-auto-aws-sdk.git"
69- - prefix : " src/Context/Swoole"
70- target : " https://${GH_TOKEN}@github.com/opentelemetry-php/context-swoole.git"
71- - prefix : " src/AutoInstrumentationInstaller"
72- target : " https://${GH_TOKEN}@github.com/opentelemetry-php/contrib-instrumentation-installer.git"
7369 - prefix : " src/Logs/Monolog"
7470 target : " https://${GH_TOKEN}@github.com/opentelemetry-php/contrib-logger-monolog.git"
71+ - prefix : " src/MetaPackages/opentelemetry"
72+ target : " https://${GH_TOKEN}@github.com/opentelemetry-php/opentelemetry-meta.git"
7573 - prefix : " src/Propagation/Instana"
7674 target : " https://${GH_TOKEN}@github.com/opentelemetry-php/contrib-propagator-instana.git"
7775 - prefix : " src/Propagation/ServerTiming"
@@ -88,6 +86,8 @@ splits:
8886 target : " https://${GH_TOKEN}@github.com/opentelemetry-php/contrib-sampler-rulebased.git"
8987 - prefix : " src/Shims/OpenTracing"
9088 target : " https://${GH_TOKEN}@github.com/opentelemetry-php/contrib-shim-opentracing.git"
89+ - prefix : " src/Symfony"
90+ target : " https://${GH_TOKEN}@github.com/opentelemetry-php/contrib-sdk-bundle.git"
9191 - prefix : " src/Utils/Test"
9292 target : " https://${GH_TOKEN}@github.com/opentelemetry-php/contrib-utils-test.git"
9393# List of references to split (defined as regexp)
0 commit comments