We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b45cee2 + add2068 commit 8209e40Copy full SHA for 8209e40
web/src/model/flow-query.ts
@@ -59,5 +59,5 @@ export const filterByHashId = (hashId: string): string => {
59
};
60
61
export const isTimeMetric = (metricType: MetricType | undefined) => {
62
- return ['dnsLatencies', 'flowRtt'].includes(metricType || '');
+ return ['DnsLatencyMs', 'TimeFlowRttNs'].includes(metricType || '');
63
0 commit comments