Update traces.md (#2500)

This commit is contained in:
MatthewALHardy 2023-03-13 21:04:43 +00:00 committed by GitHub
parent e94c9d6fae
commit c020f455db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ This sample trace output has three distinct log-like items, called
and `Hello`. Because each request's context has the same `trace_id`, they are
considered to be a part of the same Trace.
Another think you'll note is that each Span of this example Trace looks like a
Another thing you'll note is that each Span of this example Trace looks like a
structured log. That's because it kind of is! One way to think of Traces is that
they're a collection of structured logs with context, correlation, hierarchy,
and more baked in. However, these "structured logs" can come from different