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 9ebd109 commit 6aa9f1f
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 @@ -294,7 +294,7 @@ export class ClusterStateUpdate {
*/
publication_time?: Duration
/**
* The cumulative amount of time, in milliseconds, 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, in milliseconds, 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_millis?: DurationValue<UnitMillis>
Expand Down

0 comments on commit 6aa9f1f

Please sign in to comment.