Skip to content

Commit

Permalink
Update dashboard/pages/fragment_graph.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Bugen Zhao <[email protected]>
  • Loading branch information
yufansong and BugenZhao authored Feb 5, 2024
1 parent 28b20bf commit c6b3073
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dashboard/pages/fragment_graph.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ const backPressureAlgos: BackPressureAlgo[] = [
"p99",
]

type BackPressureDataSourceAlgo = "Embedded" | "Prometheus"
const backPressureDataSourceAlgos: BackPressureDataSourceAlgo[] = [
type BackPressureDataSource = "Embedded" | "Prometheus"
const backPressureDataSources: BackPressureDataSourceAlgo[] = [
"Embedded",
"Prometheus",
]
Expand Down

0 comments on commit c6b3073

Please sign in to comment.