Skip to content

Commit ce14bcd

Browse files
fix: log events attributes function
1 parent 9a0534a commit ce14bcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/observability/src/shared/dashboard/data/graphql/waterfall/api-trace-waterfall-data-source.model.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export class ApiTraceWaterfallDataSourceModel extends GraphQlDataSourceModel<Wat
6666
];
6767
}
6868

69-
private getLogEventAttributes(): string[] {
69+
protected getLogEventAttributes(): string[] {
7070
return ['attributes', 'timestamp', 'summary'];
7171
}
7272

0 commit comments

Comments
 (0)