wu-sheng commented on a change in pull request #4416: Provide profile exporter tool URL: https://github.com/apache/skywalking/pull/4416#discussion_r387407572
########## File path: docs/en/guides/backend-profile-export.md ########## @@ -2,22 +2,23 @@ When the visualization doesn't work well through the official UI, users could submit the issue to report. This tool helps the users to package the original profile data for helping the community to locate the issue in the user case. NOTICE, this report includes the class name, method name, line number, etc. Before submit this, please make sure this wouldn't become your system vulnerability. ## Export command line Usage +1. Copy `storage` config from `config/application.yml` into `tools/profile-exporter/application.yml`, make sure they are using the same storage config. Review comment: ```suggestion 1. Set the storage in `tools/profile-exporter/application.yml` file by following your use case. ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
