FrankChen021 / bithon

An observability platform mainly for Java
Apache License 2.0
14 stars 4 forks source link

Uplift data source reader #716

Closed FrankChen021 closed 4 months ago

FrankChen021 commented 5 months ago

After #704, the trace and metrics can be totally deployed independently, however, the queries on dimension of trace modue internally depends on the metric storage. This fixed this problem by uplifing the query module.

so the IDataStoreSpec is refactor so that readers can be instantiated by the DataSourceSchema