Skip to content

Commit 5b3fa1d

Browse files
authored
fix(dashboard): Allow failure_rate in span aggregate functions
1 parent d171428 commit 5b3fa1d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/types/dashboard.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ export const SPAN_AGGREGATE_FUNCTIONS = [
252252
"p100",
253253
"eps",
254254
"epm",
255+
"failure_rate",
255256
"any",
256257
"min",
257258
"max",

0 commit comments

Comments
 (0)