Merge "Add ability to pivot on depth"
diff --git a/ui/src/frontend/pivot_table_redux_query_generator.ts b/ui/src/frontend/pivot_table_redux_query_generator.ts
index eae6b8c..ddc440b 100644
--- a/ui/src/frontend/pivot_table_redux_query_generator.ts
+++ b/ui/src/frontend/pivot_table_redux_query_generator.ts
@@ -40,7 +40,7 @@
export const sliceTable = {
name: 'slice',
- columns: ['type', 'ts', 'dur', 'category', 'name'],
+ columns: ['type', 'ts', 'dur', 'category', 'name', 'depth'],
};
// Columns of `slice` table available for aggregation.