Testdata: add random labeled stream (#41932)

This commit is contained in:
Ryan McKinley
2021-11-19 09:54:05 -08:00
committed by GitHub
parent 82cf49143d
commit f661e20dd7
5 changed files with 68 additions and 17 deletions

View File

@@ -14,6 +14,11 @@ const liveTestDataChannels = [
value: 'random-flakey-stream',
description: 'Stream that returns data in random intervals',
},
{
label: 'random-labeled-stream',
value: 'random-labeled-stream',
description: 'Value with moving labels',
},
{
label: 'random-20Hz-stream',
value: 'random-20Hz-stream',