Skip to content

Commit a06fc8d

Browse files
committed
make bool explicit
1 parent 4d4afc5 commit a06fc8d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

specification/metrics/api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -283,9 +283,9 @@ the recommended set of attribute keys to be used for the resulting metrics.
283283

284284
Applies to all instrument types.
285285

286-
`DefaultDisabled` indicates that the instrument should not produce metric data
287-
and functions on the instrument should be no-ops unless the user has explicitly
288-
enabled the metric.
286+
`DefaultDisabled` (bool) if true, indicates that the instrument should not
287+
produce metric data and that functions on the instrument should be no-ops
288+
unless the user has explicitly enabled the metric.
289289

290290
#### Synchronous and Asynchronous instruments
291291

0 commit comments

Comments
 (0)