linkerd2/web/app/js
Risha Mars fa49de6ff4
Make TabbedMetricsTable in charge of fetching timeseries (#89)
* Make TabbedMetricsTable in charge of fetching timeseries

All of the parent components in charge of fetching timeseries data
don't actually use them, but pass them to this table. It would simplify
a lot of the parents if this component handled the ts fetching too.

This introduces a urlsForResource helper in ApiHelpers to allow
us to consolidate url generating in the app to one place. It also
associates the appropriate groupBy for various fetches.

Signed-off-by: Risha Mars <mars@buoyant.io>
2018-01-03 16:55:56 -08:00
..
components Make TabbedMetricsTable in charge of fetching timeseries (#89) 2018-01-03 16:55:56 -08:00
index.js Consolidate api calling from the UI; Start surfacing API errors (#65) 2017-12-21 15:18:35 -08:00