| Index: tools/metrics/actions/actions.xml
|
| diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
|
| index ed4191251c0a1b57c569f71af2ff18d6b7042d9e..13b0e58ed50eb638abc0e96c18c1c32da494d81f 100644
|
| --- a/tools/metrics/actions/actions.xml
|
| +++ b/tools/metrics/actions/actions.xml
|
| @@ -861,6 +861,26 @@ 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="AsyncRevalidationRedirected">
|
| + <owner>ricea@chromium.org</owner>
|
| + <description>
|
| + Number of async revalidations that were cancelled due to receiving a
|
| + redirect.
|
| + </description>
|
| +</action>
|
| +
|
| +<action name="AsyncRevalidationTimeout">
|
| + <owner>ricea@chromium.org</owner>
|
| + <description>
|
| + Number of async revalidations that failed due to timeout.
|
| + </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>
|
|
|