alipay / container-auto-tune

Container Auto Tune is an intelligent parameter tuning product that helps developers, operators automatically adjust the application, analyzes JVM reasonable configuration parameters through intelligent algorithms.Please visit the official site for the quick start guide and documentation.
Apache License 2.0
32 stars 3 forks source link

remove threadpool1_monitor_metric_data table #38

Closed KaifeiHuang closed 1 year ago

KaifeiHuang commented 1 year ago

Describe this problem

threadpool1_monitor_metric_data table is duplicataed with threadpool_monitor_metric_data. so it will be removed.

Steps to reproduce

check the table threadpool1_monitor_metric_data exists in the data.sql file

Expected behavior

check the table threadpool1_monitor_metric_data not exists in the data.sql file

Assgin People

@KaifeiHuang

Additional Information

No response