Skip to content

Commit ede50b3

Browse files
author
Marius Brill
committed
Update dummy data to use external nodes
Update dummy data
1 parent dba371d commit ede50b3

File tree

2 files changed

+30
-29
lines changed

2 files changed

+30
-29
lines changed

src/dummy_data_frame.ts

Lines changed: 27 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -179,19 +179,20 @@ const data: DataFrame[] = [
179179
type: FieldType.string,
180180
config: {},
181181
values: new ArrayVector([
182-
'demo.infrastructure',
183-
'demo.infrastructure',
184-
'demo.infrastructure',
185-
'demo.infrastructure',
186-
'demo.infrastructure',
187-
'demo.infrastructure',
188-
'demo.domain-logic',
189-
'demo.domain-logic',
190-
'demo.domain-logic',
191-
'demo.domain-logic',
192-
'demo.domain-logic',
193-
'demo.domain-logic',
194-
'demo.domain-logic',
182+
'',
183+
'',
184+
'',
185+
'',
186+
'',
187+
'web',
188+
'web',
189+
'',
190+
'',
191+
'',
192+
'',
193+
'demo.database',
194+
'demo.database',
195+
'demo.database',
195196
]),
196197
},
197198
{
@@ -399,19 +400,19 @@ const data: DataFrame[] = [
399400
type: FieldType.string,
400401
config: {},
401402
values: new ArrayVector([
402-
'demo.infrastructure',
403-
'demo.infrastructure',
404-
'demo.infrastructure',
405-
'demo.infrastructure',
406-
'demo.infrastructure',
407-
'demo.infrastructure',
408-
'demo.infrastructure',
409-
'demo.domain-logic',
410-
'demo.domain-logic',
411-
'demo.domain-logic',
412-
'demo.domain-logic',
413-
'demo.domain-logic',
414-
'demo.domain-logic',
403+
'',
404+
'',
405+
'',
406+
'',
407+
'',
408+
'web',
409+
'web',
410+
'',
411+
'',
412+
'',
413+
'demo.database',
414+
'demo.database',
415+
'demo.database',
415416
]),
416417
},
417418
{

src/options/dummyDataSwitch/DummyDataSwitch.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ export class DummyDataSwitch extends React.PureComponent<Props, State> {
4343
responseTimeOutgoingColumn: 'out_timesum',
4444
requestRateOutgoingColumn: 'out_count',
4545
errorRateOutgoingColumn: 'error_out',
46-
extOrigin: '',
47-
extTarget: '',
48-
type: '',
46+
extOrigin: 'origin_external',
47+
extTarget: 'target_external',
48+
type: 'protocol',
4949
showDummyData: true,
5050
baselineRtUpper: 'threshold',
5151
};

0 commit comments

Comments
 (0)