Registry / testing / zipkin-tests

zipkin-tests

JSON →
library3.6.1javamavenunverified

Test utilities and helpers for the Zipkin distributed tracing system.

<dependency> <groupId>io.zipkin.zipkin2</groupId> <artifactId>zipkin-tests</artifactId> <version>3.6.1</version> </dependency>
INSTALL
IMPORT
SIG · ZIPKIN-TESTS
Z
zipkin-tests
testingjavav3.6.1
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.

ZipkinRule
zipkin2.junit.ZipkinRule

Uses ZipkinRule JUnit rule to test distributed tracing.

import zipkin2.junit.ZipkinRule; import org.junit.Rule; import org.junit.Test; public class ExampleTest { @Rule public ZipkinRule zipkin = new ZipkinRule(); @Test public void testTracing() { // Use zipkin to verify traces } }
Debug
Known issues
breakingZipkin 3.x uses a different API than 2.x; check compatibility.
fix
Refer to migration guide when upgrading from 2.x to 3.x.
affects: >=3.0.0
Upgrade
Version history
3.6.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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