auxmoney/opentracing-bundle-doctrine-dbal
auxmoney/opentracing-bundle-core (OpenTracing core).db.row_count accuracy depends on the DBAL driver (e.g., PDO’s rowCount() behavior varies by DBMS).db.parameters be enabled for sensitive queries (e.g., passwords)?db.row_count inaccuracies impact debugging?auxmoney/opentracing-bundle-core to v1.x?doctrine:query commands, repositories).auxmoney/opentracing-bundle-core (v1.x for OpenTelemetry compatibility).
composer require auxmoney/opentracing-bundle-core
bundles.php configuration.AppKernel.php.composer require auxmoney/opentracing-bundle-doctrine-dbal
AUXMONEY_OPENTRACING_DOCTRINE_TAG_PARAMETERS=true).db.statement, db.parameters) are populated as expected.db.statement).db.parameters) incrementally.auxmoney/opentracing-bundle-core) requires proactive updates for OpenTelemetry compatibility..env.example).OpentracingDoctrineDBALBundle is enabled and the core bundle is active.rowCount() behavior.SELECT 1 queries).| Failure Scenario | Impact | Mitigation |
|---|---|---|
| Bundle not enabled | No DB spans generated | Verify bundles.php/AppKernel.php. |
| Core bundle misconfigured | Spans fail to propagate | Check OpenTracing/OpenTelemetry backend config. |
rowCount() driver inaccuracies |
Incorrect db.row_count tags |
Disable tag or document limitations. |
| High span volume | Tracer backend overload | Implement sampling or tag filtering. |
Sensitive data in db.parameters |
PII exposure | Disable tag or sanitize query parameters. |
db.parameters).rowCount() behavior).How can I help you explore Laravel packages today?