Skip to content

Commit

Permalink
remove paragraph about adding parameters in the future
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Boten <[email protected]>
  • Loading branch information
codeboten committed Oct 7, 2024
1 parent 1353c87 commit a4dae0b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions specification/metrics/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -483,9 +483,7 @@ To help users avoid performing computationally expensive operations when
recording measurements, [synchronous Instruments](#synchronous-instrument-api)
SHOULD provide this `Enabled` API.

There are currently no required parameters for this API. Parameters can be
added in the future, therefore, the API MUST be structured in a way for
parameters to be added.
There are currently no required parameters for this API.

This API MUST return a language idiomatic boolean type. A returned value of
`true` means the instrument is enabled for the provided arguments, and a returned
Expand Down

0 comments on commit a4dae0b

Please sign in to comment.