From 6aa9f1f5fb65dde57ad0fa3a555d89d72ad74c17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Zolt=C3=A1n=20Szab=C3=B3?= Date: Fri, 25 Aug 2023 14:53:36 +0200 Subject: [PATCH] Update specification/nodes/_types/Stats.ts Co-authored-by: Abdon Pijpelink --- specification/nodes/_types/Stats.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/nodes/_types/Stats.ts b/specification/nodes/_types/Stats.ts index b5b25fa7ac..965d6ba145 100644 --- a/specification/nodes/_types/Stats.ts +++ b/specification/nodes/_types/Stats.ts @@ -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