diff --git a/asciidoc/index.adoc b/asciidoc/index.adoc index 851d8fd..a8af93d 100644 --- a/asciidoc/index.adoc +++ b/asciidoc/index.adoc @@ -78,3 +78,5 @@ include::modules/vertx_dropwizard_metrics.adoc[leveloffset=+1] include::modules/vertx_json_schema.adoc[leveloffset=+1] include::modules/vertx_hazelcast.adoc[leveloffset=+1] + +include::modules/vertx_zipkin.adoc[leveloffset=+1] diff --git a/asciidoc/modules/vertx_zipkin.adoc b/asciidoc/modules/vertx_zipkin.adoc new file mode 100644 index 0000000..5387b30 --- /dev/null +++ b/asciidoc/modules/vertx_zipkin.adoc @@ -0,0 +1,7 @@ += {VertX} Zipkin + +== Upgrade to Zipkin Brave 6 + +https://github.com/openzipkin/brave/releases/tag/6.0.0[Zipkin Brave 6] is a breaking change release. + +Nevertheless, the {VertX} Zipkin API doesn't change in {VertX5}.