Skip to content

Commit 444181e

Browse files
authored
chore: adds destination column in backend trace view (#707)
1 parent 26f5310 commit 444181e

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
@@ -39,6 +39,16 @@ export const backendTraceListDashboard = {
3939
attribute: 'operation'
4040
}
4141
},
42+
{
43+
type: 'table-widget-column',
44+
title: 'Destination',
45+
width: '30%',
46+
filterable: true,
47+
value: {
48+
type: 'attribute-specification',
49+
attribute: 'destination'
50+
}
51+
},
4252
{
4353
type: 'table-widget-column',
4454
title: 'Duration',

0 commit comments

Comments
 (0)