Skip to content

Commit

Permalink
remove mention of Resource from named tracers
Browse files Browse the repository at this point in the history
  • Loading branch information
tsloughter committed Feb 5, 2020
1 parent 82e6078 commit 06a3e1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions specification/api-tracing.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ allow the [application developers][] to configure or specify the implementation
at runtime. The implementation is referred to as the SDK in this spec, which is
used by all instrumented code within the program.

A `Tracer` is more than just the code though. Each `Tracer` has a name and a
resource attached to it. The API must provide [library developers][] a way to
access a `Tracer` with a specific name and attached resource. We'll call that
A `Tracer` is more than just the code though. Each `Tracer` has a name and
optionally a version. The API must provide [library developers][] a way to
access a `Tracer` with a specific name and version. We'll call that
component the `TracerProvider`.

If [application developers][] do not specify a library which implements
Expand Down

0 comments on commit 06a3e1a

Please sign in to comment.