is not current version
Last Version 3.3.0

com.github.kristofa:brave-tracefilters 2.3

Brave TraceFilter implementations. It contains for example a TraceFilter that gets sample rate from ZooKeeper and is updated automatically when sample rate is updated in ZooKeeper.

GroupId

GroupId

com.github.kristofa
ArtifactId

ArtifactId

brave-tracefilters
Version

Version

2.3
Type

Type

jar

Download brave-tracefilters 2.3


<!-- https://jarcasting.com/artifacts/com.github.kristofa/brave-tracefilters/ -->
<dependency>
    <groupId>com.github.kristofa</groupId>
    <artifactId>brave-tracefilters</artifactId>
    <version>2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kristofa/brave-tracefilters/
implementation 'com.github.kristofa:brave-tracefilters:2.3'
// https://jarcasting.com/artifacts/com.github.kristofa/brave-tracefilters/
implementation ("com.github.kristofa:brave-tracefilters:2.3")
'com.github.kristofa:brave-tracefilters:jar:2.3'
<dependency org="com.github.kristofa" name="brave-tracefilters" rev="2.3">
  <artifact name="brave-tracefilters" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kristofa', module='brave-tracefilters', version='2.3')
)
libraryDependencies += "com.github.kristofa" % "brave-tracefilters" % "2.3"
[com.github.kristofa/brave-tracefilters "2.3"]