Skip to content

Commit 3606d41

Browse files
authored
Add Minimum stat to latency dashboard (Uniswap#177)
1 parent 5a58dd3 commit 3606d41

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/dashboards/cached-routes-widgets-factory.ts

+4
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,10 @@ export class CachedRoutesWidgetsFactory implements WidgetsFactory {
327327
'...',
328328
{ stat: 'Average', label: `${cacheStrategy.pair}/${cacheStrategy.tradeType.toUpperCase()} Average` },
329329
],
330+
[
331+
'...',
332+
{ stat: 'Minimum', label: `${cacheStrategy.pair}/${cacheStrategy.tradeType.toUpperCase()} Minimum` },
333+
],
330334
],
331335
region: this.region,
332336
title: `Latency of API for requested pair`,

0 commit comments

Comments
 (0)