mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-11 12:07:42 +00:00
(improvement)(Headless) Supports configuring term-related metrics and dimensions (#1184)
Co-authored-by: lxwcodemonkey
This commit is contained in:
@@ -21,4 +21,8 @@ public class TermReq extends RecordInfo {
|
||||
|
||||
private List<String> alias = Lists.newArrayList();
|
||||
|
||||
private List<Long> relatedMetrics = Lists.newArrayList();
|
||||
|
||||
private List<Long> relateDimensions = Lists.newArrayList();
|
||||
|
||||
}
|
||||
|
||||
@@ -23,4 +23,8 @@ public class TermResp extends RecordInfo {
|
||||
|
||||
private List<String> alias = Lists.newArrayList();
|
||||
|
||||
private List<Long> relatedMetrics = Lists.newArrayList();
|
||||
|
||||
private List<Long> relateDimensions = Lists.newArrayList();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user