https://github.com/erda-project/erda-java-extensions
Erda APM Java Agent
https://github.com/erda-project/erda-java-extensions
Last synced: about 1 year ago
JSON representation
Erda APM Java Agent
- Host: GitHub
- URL: https://github.com/erda-project/erda-java-extensions
- Owner: erda-project
- License: apache-2.0
- Created: 2021-04-12T06:55:01.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-09T06:25:02.000Z (over 1 year ago)
- Last Synced: 2025-04-05T22:32:00.315Z (about 1 year ago)
- Language: Java
- Size: 763 KB
- Stars: 6
- Watchers: 9
- Forks: 16
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# erda-java-agent
Erda APM Java Agent
## Support plugins
- Dubbo
- Fegin
- HttpClient / HttpAsyncClient
- JDBC
- Jedis
- Lettuce
- Logback
- Log4j / Log4j2
- OkHttp 3.x / OkHttp 4.x
- RocketMQ
- Jetty
- Tomcat
- Spring RestTemplate
## Getting Started
### Build agent from source
You can run the following command to build the Erde JavaAgent
```
mvn clean package -DskipTests
```
## Document
> ToDo
## Dependency
Eeda JavaAgent depends on the plugin kernel of [Apache Skywalking](https://github.com/apache/skywalking) JavaAgent.
## Getting Help
If you find a bug or an issue, please [report an issue](https://github.com/erda-project/erda-java-agent/issues/new) on the java agent repository
## License
Erda JavaAgent is under the Apache 2.0 license. See the [LICENSE](/LICENSE) file for details.