linkerd2/web/app/js/components/util
Risha Mars 80b6e41d5d
Modify StatSummary to also return TCP stats (#2262)
Adds a flag, tcp_stats to the StatSummary request, which queries prometheus for TCP stats.
This branch returns TCP stats at /api/tps-reports when this flag is true.

TCP stats are now displayed on the Resource Detail pages.

The current queried TCP stats are:
tcp_open_connections
tcp_read_bytes_total
tcp_write_bytes_total
2019-02-25 10:37:39 -08:00
..
Accordion.jsx Reduce webpack bundle size: import lodash by module (#2028) 2019-01-03 13:50:46 -05:00
ApiHelpers.jsx Proxy grafana requests through web service (#2039) 2019-01-04 16:07:57 -08:00
ApiHelpers.test.jsx Proxy grafana requests through web service (#2039) 2019-01-04 16:07:57 -08:00
AppContext.jsx Update eslint config to extend more default rules (#1035) 2018-05-29 18:23:13 -07:00
Chip.jsx Add display chips to the resource detail page to provide more detail (#2063) 2019-01-17 13:58:15 -08:00
CliQueryUtils.js Update Top Routes in dashboard to use new API, add `to` query options (#2112) 2019-01-23 14:29:27 -08:00
CopyUtils.jsx Move the dashboard's component library from antd to material-ui (#1776) 2018-10-19 11:23:43 -07:00
MetricUtils.jsx Modify StatSummary to also return TCP stats (#2262) 2019-02-25 10:37:39 -08:00
MetricUtils.test.js Modify StatSummary to also return TCP stats (#2262) 2019-02-25 10:37:39 -08:00
OctopusArms.jsx Reduce webpack bundle size: import lodash by module (#2028) 2019-01-03 13:50:46 -05:00
Percentage.js Add per namespace pages that show all resource stats for a namespace (#893) 2018-05-08 14:05:16 -07:00
Progress.jsx Apply global theming to the dashboard using material-ui themes (#1799) 2018-10-24 17:13:39 -07:00
Spinner.jsx Apply global theming to the dashboard using material-ui themes (#1799) 2018-10-24 17:13:39 -07:00
SuccessRateDot.jsx Start reducing webpack bundle size, fix minor bugs (#1995) 2018-12-19 12:51:02 -08:00
SuccessRateMiniChart.jsx Reduce webpack bundle size: import lodash by module (#2028) 2019-01-03 13:50:46 -05:00
SvgWrappers.jsx Move the dashboard's component library from antd to material-ui (#1776) 2018-10-19 11:23:43 -07:00
TapUtils.jsx Don't show the tap icon for requests from sources that are not meshed (#2131) 2019-01-30 14:03:19 -05:00
Utils.js Modify StatSummary to also return TCP stats (#2262) 2019-02-25 10:37:39 -08:00
Utils.test.js Modify StatSummary to also return TCP stats (#2262) 2019-02-25 10:37:39 -08:00
theme.js Apply global theming to the dashboard using material-ui themes (#1799) 2018-10-24 17:13:39 -07:00
withREST.jsx Replacing lodash filter with native filter to avoid additional import (#2229) 2019-02-07 16:31:46 -08:00