Skip to content
Merged
Show file tree
Hide file tree
Changes from 9 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
project: [
'Aws',
'Context/Swoole',
'Exporter/Instana',
'Instrumentation/CakePHP',
'Instrumentation/CodeIgniter',
'Instrumentation/Curl',
Expand Down
2 changes: 2 additions & 0 deletions .gitsplit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ splits:
target: "https://${GH_TOKEN}@github.com/opentelemetry-php/opentelemetry-meta.git"
- prefix: "src/Aws"
target: "https://${GH_TOKEN}@github.com/opentelemetry-php/contrib-aws.git"
- prefix: "src/Exporter/Instana"
target: "https://${GH_TOKEN}@github.com/opentelemetry-php/contrib-exporter-instana.git"
- prefix: "src/Symfony"
target: "https://${GH_TOKEN}@github.com/opentelemetry-php/contrib-sdk-bundle.git"
- prefix: "src/Instrumentation/CodeIgniter"
Expand Down
2 changes: 2 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"psr-4": {
"OpenTelemetry\\Contrib\\Aws\\": "src/Aws/src",
"OpenTelemetry\\Contrib\\Context\\Swoole\\": "src/Context/Swoole/src",
"OpenTelemetry\\Contrib\\Exporter\\Instana\\": "src/Exporter/Instana/src",
"OpenTelemetry\\Contrib\\Instrumentation\\Curl\\": "src/Instrumentation/Curl/src",
"OpenTelemetry\\Contrib\\Instrumentation\\ExtAmqp\\": "src/Instrumentation/ExtAmqp/src",
"OpenTelemetry\\Contrib\\Instrumentation\\ExtRdKafka\\": "src/Instrumentation/ExtRdKafka/src",
Expand Down Expand Up @@ -70,6 +71,7 @@
"open-telemetry/contrib-aws": "self.version",
"open-telemetry/contrib-sdk-bundle": "self.version",
"open-telemetry/context-swoole": "self.version",
"open-telemetry/opentelemetry-exporter-instana": "self.version",
"open-telemetry/opentelemetry-auto-curl": "self.version",
"open-telemetry/opentelemetry-auto-laravel": "self.version",
"open-telemetry/opentelemetry-auto-http-async": "self.version",
Expand Down
12 changes: 12 additions & 0 deletions src/Exporter/Instana/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
* text=auto

*.md diff=markdown
*.php diff=php

/.gitattributes export-ignore
/.gitignore export-ignore
/.php-cs-fixer.php export-ignore
/phpstan.neon.dist export-ignore
/phpunit.xml.dist export-ignore
/psalm.xml.dist export-ignore
/tests export-ignore
1 change: 1 addition & 0 deletions src/Exporter/Instana/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/vendor/
Loading
Loading