Skip to content

Commit 2918b05

Browse files
Vitexusclaude
andcommitted
feat(telemetry): bundle open-telemetry SDK so telemetry:test works standalone
multiflexi-cli's telemetry:test command required the OTEL PHP SDK, but only multiflexi-web5 declared it as a Composer dependency - the CLI package always reported "SDK not installed" on servers where only multiflexi-cli was deployed. Add open-telemetry/sdk and open-telemetry/exporter-otlp (matching multiflexi-web5's versions) so the deb bundles them like it already does for every other dependency. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 parent 676d80f commit 2918b05

3 files changed

Lines changed: 1586 additions & 617 deletions

File tree

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
"confirm-it-solutions/php-zabbix-api": "^3.0",
2121
"vitexsoftware/ease-html": "^1.40",
2222
"symfony/console": "^6.4",
23-
"justinrainbow/json-schema": "^6.0@dev"
23+
"justinrainbow/json-schema": "^6.0@dev",
24+
"open-telemetry/sdk": "^1.0",
25+
"open-telemetry/exporter-otlp": "^1.0"
2426
},
2527
"autoload": {
2628
"psr-4": {

0 commit comments

Comments
 (0)