Skip to content

Commit db67f98

Browse files
authored
feat: add operations column in backend trace view (#674)
* feat: add operations column in backend trace view * fix: uses updated attribute key for backendOperation * fix: column width for operation column * chore: renames key backendOperation to operation
1 parent 3e15d82 commit db67f98

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

projects/observability/src/pages/apis/backend-detail/traces/backend-trace-list.dashboard.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,16 @@ export const backendTraceListDashboard = {
2929
attribute: 'name'
3030
}
3131
},
32+
{
33+
type: 'table-widget-column',
34+
title: 'Operation',
35+
width: '10%',
36+
filterable: true,
37+
value: {
38+
type: 'attribute-specification',
39+
attribute: 'operation'
40+
}
41+
},
3242
{
3343
type: 'table-widget-column',
3444
title: 'Duration',

0 commit comments

Comments
 (0)