File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
src/Tracing/Doctrine/DBAL Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ abstract class AbstractTracingStatement
1414 /**
1515 * @internal
1616 */
17- public const SPAN_OP_STMT_EXECUTE = 'sql.stmt .execute ' ;
17+ public const SPAN_OP_STMT_EXECUTE = 'db.sql .execute ' ;
1818
1919 /**
2020 * @var HubInterface The current hub
Original file line number Diff line number Diff line change @@ -23,32 +23,32 @@ final class TracingDriverConnection implements TracingDriverConnectionInterface
2323 /**
2424 * @internal
2525 */
26- public const SPAN_OP_CONN_PREPARE = 'sql.conn .prepare ' ;
26+ public const SPAN_OP_CONN_PREPARE = 'db.sql .prepare ' ;
2727
2828 /**
2929 * @internal
3030 */
31- public const SPAN_OP_CONN_QUERY = 'sql.conn .query ' ;
31+ public const SPAN_OP_CONN_QUERY = 'db.sql .query ' ;
3232
3333 /**
3434 * @internal
3535 */
36- public const SPAN_OP_CONN_EXEC = 'sql.conn .exec ' ;
36+ public const SPAN_OP_CONN_EXEC = 'db.sql .exec ' ;
3737
3838 /**
3939 * @internal
4040 */
41- public const SPAN_OP_CONN_BEGIN_TRANSACTION = 'sql.conn.begin_transaction ' ;
41+ public const SPAN_OP_CONN_BEGIN_TRANSACTION = 'db. sql.transaction.begin ' ;
4242
4343 /**
4444 * @internal
4545 */
46- public const SPAN_OP_TRANSACTION_COMMIT = 'sql.transaction.commit ' ;
46+ public const SPAN_OP_TRANSACTION_COMMIT = 'db. sql.transaction.commit ' ;
4747
4848 /**
4949 * @internal
5050 */
51- public const SPAN_OP_TRANSACTION_ROLLBACK = 'sql.transaction.rollback ' ;
51+ public const SPAN_OP_TRANSACTION_ROLLBACK = 'db. sql.transaction.rollback ' ;
5252
5353 /**
5454 * @var HubInterface The current hub
You can’t perform that action at this time.
0 commit comments