JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
D
E
G
H
S
Z
A
apply(Statement, Description)
- Method in class zipkin.junit.
ZipkinRule
C
collectorMetrics()
- Method in class zipkin.junit.
ZipkinRule
Use this to see how many spans or serialized bytes were collected on the http endpoint.
D
disconnectDuringBody()
- Static method in class zipkin.junit.
HttpFailure
Ex a network partition occurs in the middle of the POST request
E
enqueueFailure(HttpFailure)
- Method in class zipkin.junit.
ZipkinRule
Adds a one-time failure to the http endpoint.
G
getTraces()
- Method in class zipkin.junit.
ZipkinRule
Retrieves all traces this zipkin server has received.
H
HttpFailure
- Class in
zipkin.junit
Instrumentation that uses the
POST /api/v1/spans
endpoint needs to survive failures.
httpRequestCount()
- Method in class zipkin.junit.
ZipkinRule
Use this to see how many requests you've sent to any zipkin http endpoint.
httpUrl()
- Method in class zipkin.junit.
ZipkinRule
Use this to connect.
S
sendErrorResponse(int, String)
- Static method in class zipkin.junit.
HttpFailure
Ex code 400 when the server cannot read the spans
shutdown()
- Method in class zipkin.junit.
ZipkinRule
Used to manually stop the server.
start(int)
- Method in class zipkin.junit.
ZipkinRule
Used to manually start the server.
storeSpans(List<Span>)
- Method in class zipkin.junit.
ZipkinRule
Stores the given spans directly, to setup preconditions for a test.
Z
zipkin.junit
- package zipkin.junit
ZipkinRule
- Class in
zipkin.junit
Starts up a local Zipkin server, listening for http requests on
httpUrl()
.
ZipkinRule()
- Constructor for class zipkin.junit.
ZipkinRule
A
C
D
E
G
H
S
Z
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2015–2017
OpenZipkin
. All rights reserved.