Format markdown (#288)

Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
This commit is contained in:
mattmoor-sockpuppet 2019-02-19 06:52:46 -08:00 committed by Knative Prow Robot
parent 729d5ada5f
commit d462372eb2
1 changed files with 2 additions and 1 deletions

View File

@ -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