for #3: add shownContainersCount to sort-tabs
This commit is contained in:
parent
fd6ed1a319
commit
976925108d
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue