zhyyu
zhyyu
> Can you tell me where is the "plugin test document" ? I read [java-agent](https://skywalking.apache.org/docs/skywalking-java/latest/en/setup/service-agent/java-agent/readme/) doc and not find it.
> @zhyyu Any update about this? my mac m1 can not run the `bash ./test/plugin/run.sh -f ${scenario_name}` ``` bash ./test/plugin/run.sh -f ${scenario_name} [INFO] SkyWalking Tomcat Runner Image ..................... FAILURE [...
> OK, I don't have a M1 chip for now. Could you try it on any Linux? I think it should work. I have a x86 windows. I think I...
> I can see `fabric8io/docker-maven-plugin` has 0.38.0 released recently, could someone try it? If you have a M1? I will try it recently.
`fabric8io/docker-maven-plugin ` 0.38.1 worked, but still error ``` [ERROR] Failed to execute goal org.xolstice.maven.plugins:protobuf-maven-plugin:0.6.1:compile (grpc-build) on project mock-collector: Unable to resolve artifact: Missing: [ERROR] ---------- [ERROR] 1) com.google.protobuf:protoc:exe:osx-aarch_64:3.3.0 ``` I...
Can configuration.yml dependencies support `command` command, the official rocketmq docker image have to to use this comand like below [https://github.com/apache/rocketmq-docker](url) ``` version: '2' services: namesrv: image: apache/rocketmq:4.5.0 ... command: sh...
> You could add this through a pull request I think. The docker configuration is just generated through the codes inside test folder. Ok, I am trying work on it.
> As you are going to follow this, @zhyyu Notice there is an enhancement at the backend to provide MQ relative analysis from spans. Please check this #9855 and be...