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

enhance the tune agent installation #42

Closed KaifeiHuang closed 1 year ago

KaifeiHuang commented 1 year ago

Describe This Feature

background:

Currently, download agent file is from remote server, it may be slowly by the network traffic. So we need to optimize that.

Feature

  1. put the file autoTuneAgent.jar into the project resource path
  2. expose the API to download autoTuneAgent.jar file

Assgin People

@KaifeiHuang

Proposal

  1. put the file autoTuneAgent.jar into the project resource path
  2. expose the API to download autoTuneAgent.jar file

Acceptance criteria (AC)

Given the feature is done When user executes the command "bash start.sh" And the tmaestro deploymemt deploys successfully And user deploy a new pod which is java application following the guidance Then user can view the new adding pod in the h2-console by the http://localhost:30081/h2-console

Additional Context

No response