mirror of https://github.com/linkerd/linkerd2.git
s/Request Rate/RPS (#1927)
This commit is contained in:
parent
37ae423bb3
commit
7949a3355c
|
@ -68,7 +68,7 @@ const columnDefinitions = (resource, showNamespaceColumn, PrefixedLink) => {
|
|||
sorter: (a, b) => numericSort(a.successRate, b.successRate)
|
||||
},
|
||||
{
|
||||
title: "Request Rate",
|
||||
title: "RPS",
|
||||
dataIndex: "requestRate",
|
||||
isNumeric: true,
|
||||
render: d => metricToFormatter["NO_UNIT"](d.requestRate),
|
||||
|
|
|
@ -18,7 +18,7 @@ const routesColumns = [
|
|||
sorter: (a, b) => numericSort(a.successRate, b.successRate)
|
||||
},
|
||||
{
|
||||
title: "Request Rate",
|
||||
title: "RPS",
|
||||
dataIndex: "requestRate",
|
||||
isNumeric: true,
|
||||
render: d => metricToFormatter["NO_UNIT"](d.requestRate),
|
||||
|
|
Loading…
Reference in New Issue