MVN

io.github.aresxue.boot : ares-boot-base-trace-adapter

Maven & Gradle

May 12, 2023

链路追踪模块,负责全链路相关操作包括代码染色, 指令搜集等,提供全链路信息(包括tid)跨进程的能力,目前支持skywalking和arms两种实现的适配 Link tracking module is responsible for operations related to the whole link, including code dyeing, instruction collection, etc., and provides cross-process capability of the whole link information (including tid). Currently, it supports the adaptation of skywalking and arms

<dependency>
    <groupId>io.github.aresxue.boot</groupId>
    <artifactId>ares-boot-base-trace-adapter</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.aresxue.boot : ares-boot-base-trace-adapter to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of io.github.aresxue.boot : ares-boot-base-trace-adapter to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
ares-boot-base-trace-adapter-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.aresxue.boot</groupId>
    <artifactId>ares-boot-base-trace-adapter</artifactId>
    <version>1.0.0</version>
</dependency>