aboutsummaryrefslogtreecommitdiffstats
path: root/client/js/app/src/app/pages/querybuilder/TransformVespaTrace.jsx
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-0/+1
* Not all proton trace children have tracesKristian Aune2022-08-191-0/+4
* fixed to allow multipe query_execution stepsErlend2022-08-111-113/+132
* small changesErlend2022-08-101-11/+15
* spans now get processes with more descriptive namesErlend2022-08-101-49/+74
* fixed not every trace point getting addedErlend2022-08-091-25/+37
* Cleanup of unused codeErlend2022-08-081-77/+7
* Changed how logs are added to improve relation between spansErlend2022-08-081-62/+76
* fixed a problem wth children not at correct levelErlend2022-08-031-13/+30
* Now has top span and correct duration for spansErlend2022-08-021-12/+18
* Trace is now correctly traversed with nested childrenErlend2022-08-011-172/+149
* logs belong to the correct parentErlend2022-08-011-8/+17
* Logs are now represented as spansErlend2022-08-011-69/+100
* Spans are now split between invoking and returningErlend2022-07-291-28/+103
* Added ability to download trace from response for use in visualizationErlend2022-07-281-0/+230