From bd72b4e7597ce657287a4222dd816acee76d0c88 Mon Sep 17 00:00:00 2001 From: Jonathan Kingston Date: Thu, 25 May 2017 17:00:54 +0100 Subject: [PATCH] Adding new exemption pings to metrics.md --- docs/metrics.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/metrics.md b/docs/metrics.md index 135ed97..af1ae8d 100644 --- a/docs/metrics.md +++ b/docs/metrics.md @@ -220,7 +220,7 @@ of a `testpilottest` telemetry ping for each scenario. } ``` -* The user clicks "Take me there" to reload a site into a container after the user picked "Always Open in this Container". +* The user clicks "Open in *assigned* container" to reload a site into a container after the user picked "Always Open in this Container". ```js { @@ -229,6 +229,15 @@ of a `testpilottest` telemetry ping for each scenario. } ``` +* The user clicks "Open in *Current* container" to reload a site into a container after the user picked "Always Open in this Container". + +```js + { + "uuid": , + "event": "click-to-reload-page-in-same-container" + } +``` + * Firefox automatically reloads a site into a container after the user picked "Always Open in this Container". ```js