Skip to content

Commit

Permalink
add back value must be a number in --measures
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigo-roca committed Aug 29, 2024
1 parent 8a37a0e commit 3c8b6a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/measure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ datadog-ci measure --level job --measures binary.size:1024
span for the currently running job.
- `--no-fail` (default: `false`) will prevent the measure command from failing if there are issues submitting the data.
- `--measures` is an array of key value pairs of the shape `key:value`. This will be the measures added to the pipeline or job span.
The `value` must be a number
- `--measures-file` is a path to a file containing the measures to be added to the pipeline or job span. The file should be a JSON file with the following structure:
```json
{
Expand Down

0 comments on commit 3c8b6a1

Please sign in to comment.