Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
Clarifying hit_count is successful runs
Browse files Browse the repository at this point in the history
Not attempts to run
  • Loading branch information
Matthew Broberg committed Jun 15, 2017
1 parent bf49679 commit a8feb4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/REST_API.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ Snap task APIs provide the functionality to create, start, stop, remove, enable,
| deadline | task timeout time |
| creation_timestamp | task creation time |
| last_run_timestamp | last running time of a task |
| hit_count | number of times a task ran |
| hit_count | number of times a task succeeded |
| task_state | state of a task |
| workflow.collect.metrics | map of collected metrics |
| workflow.collect.config | map of collected metrics configurations |
Expand Down

0 comments on commit a8feb4d

Please sign in to comment.