From d462372eb27c2f265d1c0b6eb9e5634ebe25226a Mon Sep 17 00:00:00 2001 From: mattmoor-sockpuppet Date: Tue, 19 Feb 2019 06:52:46 -0800 Subject: [PATCH] Format markdown (#288) Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)` --- test/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/README.md b/test/README.md index c2eef1401..733900b10 100644 --- a/test/README.md +++ b/test/README.md @@ -77,7 +77,8 @@ These metrics will be emitted by the test if the test is run with You can record arbitrary metrics with [`stats.Record`](https://github.com/census-instrumentation/opencensus-go#stats) -or measure latency by creating a instance of [`trace.Span`](https://github.com/census-instrumentation/opencensus-go#traces) +or measure latency by creating a instance of +[`trace.Span`](https://github.com/census-instrumentation/opencensus-go#traces) by using the helper method [`logging.GetEmitableSpan()`](../logging/logger.go) ```go