Commit 30573ac
committed
sql: attach opName string as pprof label for internal queries
Every query that we run via the internal executor comes with "opName"
string that is a short description of the query. We now will attach that
string as a pprof label that can then be propagated into stack traces.
Release note: None1 parent 9575151 commit 30573ac
1 file changed
+13
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4456 | 4456 | | |
4457 | 4457 | | |
4458 | 4458 | | |
4459 | | - | |
4460 | | - | |
4461 | | - | |
4462 | | - | |
| 4459 | + | |
| 4460 | + | |
| 4461 | + | |
4463 | 4462 | | |
4464 | 4463 | | |
4465 | 4464 | | |
4466 | 4465 | | |
4467 | 4466 | | |
| 4467 | + | |
| 4468 | + | |
| 4469 | + | |
| 4470 | + | |
| 4471 | + | |
| 4472 | + | |
| 4473 | + | |
| 4474 | + | |
| 4475 | + | |
| 4476 | + | |
4468 | 4477 | | |
4469 | 4478 | | |
4470 | 4479 | | |
| |||
0 commit comments