Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify that Scope is defined at build time #2878

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions specification/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,12 @@ fully qualified class name).
The instrumentation scope is used to obtain a
[Tracer or Meter](#tracer-name--meter-name).

The instrumentation scope may have zero or more additional attributes that provide
additional information about the scope. For example for a scope that specifies an
instrumentation library an additional attribute may be recorded to denote the URL of the
repository URL the library's source code is stored. Since the scope is a build-time
concept the attributes of the scope cannot change at runtime.
tigrannajaryan marked this conversation as resolved.
Show resolved Hide resolved

### Tracer Name / Meter Name

This refers to the `name` and (optional) `version` arguments specified when
Expand Down