for #3: add shownContainersCount to sort-tabs
This commit is contained in:
parent
c67da2c79c
commit
af69e4ec2b
1 changed files with 2 additions and 1 deletions
|
@ -125,7 +125,8 @@ of a `testpilottest` telemetry ping for each scenario.
|
|||
{
|
||||
"uuid": <uuid>,
|
||||
"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>
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue