s/Request Rate/RPS (#1927)

This commit is contained in:
Risha Mars 2018-12-04 17:29:31 -08:00 committed by GitHub
parent 37ae423bb3
commit 7949a3355c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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),

View File

@ -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),