Skip to content

Commit d27aa98

Browse files
cdeckervincenzopalazzo
authored andcommitted
db: Correct the name of the db_exec_prepared span name
1 parent 1b2d5ac commit d27aa98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db/utils.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ bool db_step(struct db_stmt *stmt)
175175

176176
void db_exec_prepared_v2(struct db_stmt *stmt TAKES)
177177
{
178-
trace_span_start("db_query_prepared", stmt);
178+
trace_span_start("db_exec_prepared", stmt);
179179
trace_span_tag(stmt, "query", stmt->query->query);
180180
bool ret = stmt->db->config->exec_fn(stmt);
181181
trace_span_end(stmt);

0 commit comments

Comments
 (0)