* provide thread monitor task service to create * provide thread monitor task GraphQL implements * 1. change thread monitor field names 2. fix `getThreadMonitorTaskList` query time bucket error * provide config stream processor * update submodule `query-protocol` * resolve e2e-mysql error * remove useless storage interface method. * rename `ThreadMonitorTask` to `ProfileTask` * change e2e-profile to the top level * fix profile test analyze error * remove StringUtil#isBlank. * 1. remove create profile task duration unit 2. remove GraphQL getTask list duration field 3. add `profileTaskQueryMaxSize` in `storage` -> `elasticsearch(7)` configuration, default get 200 profile task * provide e2e different storage tests * 1. fix rat check 2. remove DurationUtils.java#toSecond 3. remove ProfileTaskQueryEs7DAO * fix e2e code format error * provide es6 and es7 storage e2e tests * change e2e profile es module artifactId Co-authored-by: kezhenxu94 <kezhenxu94@163.com> |
||
|---|---|---|
| .. | ||
| oap | ||
| ui | ||
| README.md | ||
| docker-compose.yml | ||
README.md
This folder contains Docker files for SkyWalking developers to build images manually. If you want to start SkyWalking backend server with docker-compose for your integration, please visit https://github.com/apache/skywalking-docker repository.
You can use Makefile located at root folder to build docker image with current code base. The enviroment variable HUB and TAG will help you build the image with dedicated tag.