Commit 8f2bb8c
feat: Support stacktrace selector for
* Add stack_trace_selector to SelectMergeStacktracesRequest
* Implement stacktrace selectors for SelectMergeStacktraces
Only implements for the small case
* Implement the tree single pass
* Use truncation mark instead of sentinel values
* Make lint happy
* Add tests and fix implementation for tree resolver
* Test with max nodes active
* Refactor tree matching for readability
---------
Co-authored-by: Christian Simon <[email protected]>SelectMergeStacktraces requests (#4380)1 parent 0c06993 commit 8f2bb8c
File tree
13 files changed
+971
-390
lines changed- api
- gen/proto/go
- querier/v1
- query/v1
- openapiv2/gen
- querier/v1
- query/v1
- pkg
- frontend/readpath/queryfrontend
- phlaredb/symdb
- querybackend
13 files changed
+971
-390
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2108 | 2108 | | |
2109 | 2109 | | |
2110 | 2110 | | |
| 2111 | + | |
| 2112 | + | |
| 2113 | + | |
| 2114 | + | |
2111 | 2115 | | |
2112 | 2116 | | |
2113 | 2117 | | |
| |||
2432 | 2436 | | |
2433 | 2437 | | |
2434 | 2438 | | |
| 2439 | + | |
| 2440 | + | |
| 2441 | + | |
2435 | 2442 | | |
2436 | 2443 | | |
2437 | 2444 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
| 75 | + | |
74 | 76 | | |
75 | 77 | | |
76 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| 174 | + | |
174 | 175 | | |
175 | 176 | | |
176 | 177 | | |
| |||
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
68 | 71 | | |
69 | 72 | | |
70 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
245 | | - | |
| 245 | + | |
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
| |||
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
| 339 | + | |
339 | 340 | | |
340 | | - | |
| 341 | + | |
341 | 342 | | |
0 commit comments