is not current version
Last Version 3.3.0

com.github.kristofa:brave-tracefilters 2.0.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

2.0.1
Type

Type

jar

Download brave-tracefilters 2.0.1


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