feat(monitor): 增加table_version表和compaction_metrics表的定时清理
This commit is contained in:
@@ -184,4 +184,10 @@ public interface InfoService {
|
||||
|
||||
@Get("/info/simple_table_metas")
|
||||
ImmutableList<SimpleTableMeta> simpleTableMetas(@Query("flink_job_id") Long flinkJobId, @Query("alias") String alias);
|
||||
|
||||
@Get("/info/clean_compaction_metrics")
|
||||
Integer cleanCompactionMetrics();
|
||||
|
||||
@Get("/info/clean_table_version")
|
||||
Integer cleanTableVersion();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user