Skip to content

Commit

Permalink
Update getting-started.md (#2984)
Browse files Browse the repository at this point in the history
grammar edit for line 175 of readme
  • Loading branch information
kmurudi committed Jun 28, 2022
1 parent ef6c0da commit 36b37c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website_docs/getting-started.md
Expand Up @@ -172,7 +172,7 @@ const name = "fib"

Using the full-qualified package name, something that should be unique for Go packages, is the standard way to identify a [`Tracer`]. If your example package name differs, be sure to update the name you use here to match.

Everything should be in place now to start tracing your application. But first, what is a trace? And, how exactly should you build them for you application?
Everything should be in place now to start tracing your application. But first, what is a trace? And, how exactly should you build them for your application?

To back up a bit, a trace is a type of telemetry that represents work being done by a service. A trace is a record of the connection(s) between participants processing a transaction, often through client/server requests processing and other forms of communication.

Expand Down

0 comments on commit 36b37c4

Please sign in to comment.