FrankChen021 / bithon

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

Further support external sources #605

Closed FrankChen021 closed 1 year ago

FrankChen021 commented 1 year ago

This will further ease the external sources because it's verbose to distinct whether a column is a dimension or a metric for external sources.

  1. Contains refactoring about combining IMetricSpec and IDimensionSpec together as IColumnSpec.
  2. Contains refactoring that queries must pass 'groupBy' explicitely