Last Version

xray-instrumentor 1.1.0

AspejctJ compile time weaver for adding AWS X-Ray subsegments to methods.

License

License

MIT
GroupId

GroupId

dk.tildeslash.xray
ArtifactId

ArtifactId

instrumentor
Version

Version

1.1.0
Type

Type

pom
Description

Description

xray-instrumentor
AspejctJ compile time weaver for adding AWS X-Ray subsegments to methods.
Project URL

Project URL

https://github.com/Morras/xray-class-instrumentor

Download instrumentor 1.1.0

Filename Size
instrumentor-1.1.0.pom 6 KB
Browse

<!-- https://jarcasting.com/artifacts/dk.tildeslash.xray/instrumentor/ -->
<dependency>
    <groupId>dk.tildeslash.xray</groupId>
    <artifactId>instrumentor</artifactId>
    <version>1.1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/dk.tildeslash.xray/instrumentor/
implementation 'dk.tildeslash.xray:instrumentor:1.1.0'
// https://jarcasting.com/artifacts/dk.tildeslash.xray/instrumentor/
implementation ("dk.tildeslash.xray:instrumentor:1.1.0")
'dk.tildeslash.xray:instrumentor:pom:1.1.0'
<dependency org="dk.tildeslash.xray" name="instrumentor" rev="1.1.0">
  <artifact name="instrumentor" type="pom" />
</dependency>
@Grapes(
@Grab(group='dk.tildeslash.xray', module='instrumentor', version='1.1.0')
)
libraryDependencies += "dk.tildeslash.xray" % "instrumentor" % "1.1.0"
[dk.tildeslash.xray/instrumentor "1.1.0"]

Dependencies

compile (1)

Group / Artifact Type Version
com.amazonaws : aws-xray-recorder-sdk-core jar

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.2

Project Modules

  • class-instrumentor
  • integration-test