| Index: tools/metrics/actions/actions.xml
|
| diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
|
| index e074c27ad378d3093953b5e1c88d0c6ce016bab1..aa91ddc5cdf8fcd3842062f4d07472ad6759f86a 100644
|
| --- a/tools/metrics/actions/actions.xml
|
| +++ b/tools/metrics/actions/actions.xml
|
| @@ -861,6 +861,33 @@ should be able to be added at any place in this file.
|
| <description>Please enter the description of this user action.</description>
|
| </action>
|
|
|
| +<action name="AsyncRevalidationCreated">
|
| + <owner>ricea@chromium.org</owner>
|
| + <description>Number of async revalidations created.</description>
|
| +</action>
|
| +
|
| +<action name="AsyncRevalidationReadTimeout">
|
| + <owner>ricea@chromium.org</owner>
|
| + <description>
|
| + Number of async revalidations that timed out while reading the body.
|
| + </description>
|
| +</action>
|
| +
|
| +<action name="AsyncRevalidationRedirected">
|
| + <owner>ricea@chromium.org</owner>
|
| + <description>
|
| + Number of async revalidations that were cancelled due to receiving a
|
| + redirect.
|
| + </description>
|
| +</action>
|
| +
|
| +<action name="AsyncRevalidationResponseTimeout">
|
| + <owner>ricea@chromium.org</owner>
|
| + <description>
|
| + Number of async revalidations that timed out before receiving a response.
|
| + </description>
|
| +</action>
|
| +
|
| <action name="AutoDetectChange">
|
| <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
|
| <description>Please enter the description of this user action.</description>
|
|
|