a

ares-boot-base-trace-adapter

链路追踪模块,负责全链路相关操作包括代码染色, 指令搜集等,提供全链路信息(包括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
Apache License, Version 2.0
文件下载
文件名 操作
ares-boot-base-trace-adapter-1.0.2.pom 下载
Apache Maven
<dependency>
  <groupId>io.github.aresxue.boot</groupId>
  <artifactId>ares-boot-base-trace-adapter</artifactId>
  <version>1.0.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.aresxue.boot:ares-boot-base-trace-adapter:1.0.2'
Gradle Kotlin
implementation("io.github.aresxue.boot:ares-boot-base-trace-adapter:1.0.2")
Scala SBT
libraryDependencies += "io.github.aresxue.boot" % "ares-boot-base-trace-adapter" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.aresxue.boot', module='ares-boot-base-trace-adapter', version='1.0.2')
)
Apache Ivy
<dependency org="io.github.aresxue.boot" name="ares-boot-base-trace-adapter" rev="1.0.2" />
Leiningen
[io.github.aresxue.boot/ares-boot-base-trace-adapter "1.0.2"]
Apache Buildr
'io.github.aresxue.boot:ares-boot-base-trace-adapter:jar:1.0.2'