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

Yifan update tabels #43

Closed KaifeiHuang closed 1 year ago

KaifeiHuang commented 1 year ago

Which issue does this PR close?

Closes https://github.com/alipay/container-auto-tune/issues/42

Rationale for this change

enhance the tune agent installation

What changes are included in this PR?

  1. add API to download file autotuneAgent.jar

Are there any user-facing changes?

No

How does this change test

  1. fire the command "bash start.sh" to deploy tmaestro deployment
  2. deploy a new java pod
  3. view http://localhost:30081/h2-console to check the db
  4. the new adding pod can be found in the app_info table image

image