Skip to content

Commit

Permalink
Update specification/nodes/_types/Stats.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Abdon Pijpelink <[email protected]>
  • Loading branch information
szabosteve and abdonpijpelink authored Aug 25, 2023
1 parent 2ff33a3 commit 9ebd109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/nodes/_types/Stats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ export class ClusterStateUpdate {
*/
computation_time_millis?: DurationValue<UnitMillis>
/**
* The cumulative amount of time spent publishing cluster state updates which ultimately succeeded, which includes everything from the start of the publication (i.e. just after the computation of the new cluster state) until the publication has finished and the master node is ready to start processing the next state update.
* The cumulative amount of time spent publishing cluster state updates which ultimately succeeded, which includes everything from the start of the publication (just after the computation of the new cluster state) until the publication has finished and the master node is ready to start processing the next state update.
* This includes the time measured by `context_construction_time`, `commit_time`, `completion_time` and `master_apply_time`.
*/
publication_time?: Duration
Expand Down

0 comments on commit 9ebd109

Please sign in to comment.