Registry / observability / zipkin-reporter-brave

zipkin-reporter-brave

JSON →
library3.5.3javamavenunverified

Adapts a Zipkin Reporter to a Brave SpanHandler for distributed tracing.

<dependency> <groupId>io.zipkin.reporter2</groupId> <artifactId>zipkin-reporter-brave</artifactId> <version>3.5.3</version> </dependency>
INSTALL
IMPORT
SIG · ZIPKIN-REPORTER-BR
Z
zipkin-reporter-brave
observabilityjavav3.5.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ZipkinSpanHandler
✓ zipkin2.reporter.brave.ZipkinSpanHandler

Create a ZipkinSpanHandler with an HTTP reporter

import zipkin2.reporter.brave.ZipkinSpanHandler; import zipkin2.reporter.AsyncReporter; import zipkin2.Span; AsyncReporter<Span> reporter = AsyncReporter.create("http://localhost:9411/api/v2/spans"); ZipkinSpanHandler handler = ZipkinSpanHandler.create(reporter);
Debug
Known issues
breakingBrave 5.x and Zipkin Reporter 3.x have breaking changes from earlier versions.
fix
Check migration guides for Brave 5 and Zipkin Reporter 3.
affects: >=3.0.0
Upgrade
Version history
3.5.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
56 hits · last 30 days
node
46
OpenAI (training)
1
Resources
zipkin-reporter-brave — mvn dependency:get zipkin-reporter-brave · libregistry