is not current version
Last Version 3.3.0

com.github.kristofa:brave-tracefilters 3.0.0-alpha-1

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

3.0.0-alpha-1
Type

Type

jar

Download brave-tracefilters 3.0.0-alpha-1


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