File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -32,13 +32,14 @@ cassandra's lib directory and start cassandra with java options like this:
3232$ JVM_OPTS=' -Dzipkin.http_endpoint=http://localhost:9411/api/v2/spans -Dcassandra.custom_tracing_class=brave.cassandra.Tracing' cassandra
3333```
3434
35- Note this jar is about 200KiB and does not include any classes besides
35+ Note this jar is about 420KiB and does not include any classes besides
3636Brave and Zipkin. It has limited configuration to the below:
3737
3838System property | Default | Description
3939--- | --- | ---
4040zipkin.http_endpoint | none | The url to Zipkin's POST endpoint. Ex. http://myhost:9411/api/v2/spans
4141zipkin.service_name | cassandra | The name that shows up in Zipkin's search and dependency graph
42+ zipkin.fail_fast | false | Exits Cassandra upon an initial error connecting to the HTTP endpoint
4243
4344## Custom Integration
4445
You can’t perform that action at this time.
0 commit comments