Skip to content

Commit

Permalink
update wording, update short_name example, and remove prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
dashpole committed Aug 2, 2022
1 parent 5b37f17 commit 7808057
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions semantic_conventions/scope/scope.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
groups:
- id: scope
prefix: scope
prefix:
type: scope
brief: >
Scope attributes
attributes:
Expand All @@ -12,5 +13,6 @@ groups:
characters, and generally consist of a single word. It is not required to be globally
unique, but should be unique enough to make it very unlikely to collide with other short
names. An example use is as the [namespace](https://github.com/OpenObservability/OpenMetrics/blob/main/specification/OpenMetrics.md#metric-naming-and-namespaces)
(prefix) for OpenMetrics metric names.
examples: ['mylibrary', 'otelhttp']
(prefix) for OpenMetrics metric names. It is recommended for the short_name to be
related to the name of the scope.
examples: ['mylibrary', 'otelmacaron']

0 comments on commit 7808057

Please sign in to comment.