Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
istio: add metric for debouncing (istio#40523)
This CL patches commit c9557ae from upstream istio into air-release-1.14.3 to add a metric for pilot debounce time. Original PR can be found here: istio#40523. The description from that PR is reproduced below. This CL adds metric for the delay between a first config change enters deboucing until the final merged push request is pushed into the push queue. This time plus the proxy convergence time give us an upper bound on the total delay between a config change and the change is pushed to proxies. Also increased the buckets since logging shows that the debounce time is pretty long (more than 1 minute). Change-Id: If6cbdd7ee9fd5aed94001a3857989bada1919c87 Reviewed-on: https://gerrit.musta.ch/c/public/istio/+/3559 Reviewed-by: Ying Zhu <[email protected]> Reviewed-by: Douglas Jordan <[email protected]>
- Loading branch information