diff --git a/NEWS b/NEWS index 372e79d3f21..a578e45c789 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 1129e395363..d3d0396d5cc 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.