Skip to content

Commit 35b7136

Browse files
fix: using errorcount attribute in the explorer dashboard for span scope. (#791)
* fix: using errorCount attribute in the explorer dashboard for span scope.
1 parent 300ed2e commit 35b7136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/observability/src/pages/explorer/explorer-dashboard-builder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ export class ExplorerDashboardBuilder {
433433
filterable: true,
434434
value: {
435435
type: 'attribute-specification',
436-
attribute: 'apiTraceErrorSpanCount'
436+
attribute: 'errorCount'
437437
},
438438
'click-handler': {
439439
type: 'api-trace-navigation-handler'

0 commit comments

Comments
 (0)