Skip to content

Commit 2cf5dda

Browse files
authored
Documents zipkin.fail_fast
1 parent 12b8bf0 commit 2cf5dda

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cassandra/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
3636
Brave and Zipkin. It has limited configuration to the below:
3737

3838
System property | Default | Description
3939
--- | --- | ---
4040
zipkin.http_endpoint | none | The url to Zipkin's POST endpoint. Ex. http://myhost:9411/api/v2/spans
4141
zipkin.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

0 commit comments

Comments
 (0)