From 3d48cc75018bd5f41b93f8c69f87edf575ef38d8 Mon Sep 17 00:00:00 2001 From: James Callahan Date: Wed, 4 Jul 2018 15:17:34 +1000 Subject: [PATCH] README.md, NEWS: Fix whitespace --- NEWS | 2 ++ README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 372e79d3f214..a578e45c7894 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,11 @@ UNRELEASED + 0.0.2 - 2018-06-28 - Prevent timestamps from being encoded with scientific notation + 0.0.1 - 2018-05-17 - Initial release diff --git a/README.md b/README.md index 1129e3953634..d3d0396d5cca 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ e.g. using docker: sudo docker run -d -p 9411:9411 openzipkin/zipkin ``` + ## Enable the Plugin ``` @@ -16,6 +17,7 @@ curl -X PUT --url http://localhost:8001/plugins/ -d name=zipkin -d config.http_e See many more details of using this plugin at https://docs.konghq.com/plugins/zipkin/ + # Implementation The Zipkin plugin is derived from an OpenTracing base.