for #3: add shownContainersCount to sort-tabs
This commit is contained in:
+2
-1
@@ -125,7 +125,8 @@ of a `testpilottest` telemetry ping for each scenario.
|
|||||||
{
|
{
|
||||||
"uuid": <uuid>,
|
"uuid": <uuid>,
|
||||||
"event": "sort-tabs",
|
"event": "sort-tabs",
|
||||||
"totalContainerTabsCount": <number-of-all-container-tabs>
|
"shownContainersCount": <number-of-containers-with-tabs-shown>,
|
||||||
|
"totalContainerTabsCount": <number-of-all-container-tabs>,
|
||||||
"totalNonContainerTabsCount": <number-of-all-non-container-tabs>
|
"totalNonContainerTabsCount": <number-of-all-non-container-tabs>
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user