Files
flipper/src/utils
Pritesh Nandgaonkar afd729deb6 Added metrics argument to headless inorder to export metrics
Summary:
This diff makes headless flipper accept `metrics` argument. Once this is passed. The headless flipper will terminate to export the metrics of the plugins, the type of the export looks like the following.

```
export type MetricType = {[metricName: string]: number};
type MetricPluginType = {[pluginID: string]: MetricType};
export type ExportMetricType = {[clientID: string]: MetricPluginType};

```

This diff, uses the store to export the metrics. I will modify the logic to accept the data which gets exported through `exportData`

Reviewed By: passy

Differential Revision: D14933499

fbshipit-source-id: dade5b7bc59ea4beb6d16c5ef471737e8597358a
2019-04-25 07:41:34 -07:00
..
2019-01-18 08:01:05 -08:00
2019-02-11 02:51:25 -08:00
2019-02-05 09:29:16 -08:00
2018-06-01 11:03:58 +01:00
2018-06-01 11:03:58 +01:00
2019-03-15 11:30:38 -07:00
2019-02-28 07:28:25 -08:00
2019-04-04 09:54:23 -07:00
2018-06-01 11:03:58 +01:00
2018-06-01 11:03:58 +01:00
2019-01-09 10:42:55 -08:00
2019-03-22 10:41:01 -07:00
2018-12-21 07:03:21 -08:00
2018-06-01 11:03:58 +01:00