This PR introduces lots of renamings that help better understand what's going on
- `Metric` -> `QueryConfig`
- `MetricQuery` -> `DatasourceQuery`
- `MetricResult` -> `DataTable` (not sure it's the best name though, but it's better)
- `AbstractMetric` -> `DatasourceConnector`
- `<datasource_name>Metric` -> `<datasource_name>Connector`
- other minor renamings
This PR introduces lots of renamings that help better understand what's going on
Metric
->QueryConfig
MetricQuery
->DatasourceQuery
MetricResult
->DataTable
(not sure it's the best name though, but it's better)AbstractMetric
->DatasourceConnector
<datasource_name>Metric
-><datasource_name>Connector
bc6988b31b
into master 2 years agoReviewers
bc6988b31b
.