From e64ea7dcb6f81ec86b13d3a41c8bce71223c3f55 Mon Sep 17 00:00:00 2001 From: Yang Song Date: Wed, 28 Feb 2018 16:33:04 -0800 Subject: Fix a typo in Zipkin exporter README (#1037) --- exporters/trace/zipkin/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exporters') diff --git a/exporters/trace/zipkin/README.md b/exporters/trace/zipkin/README.md index fca3557c..ba3d906b 100644 --- a/exporters/trace/zipkin/README.md +++ b/exporters/trace/zipkin/README.md @@ -64,7 +64,7 @@ This will report Zipkin v2 json format to a single server. Alternate ```java public class MyMainClass { public static void main(String[] args) throws Exception { - ZipkinTraceExporter.createAndRegister("http://127.0.0.1:9411/api/v2/spans"); + ZipkinTraceExporter.createAndRegister("http://127.0.0.1:9411/api/v2/spans", "myService"); // ... } } -- cgit v1.2.3