Skip to content

Commit

Permalink
Update service map parsing results for testing (#345)
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Li <[email protected]>
  • Loading branch information
joshuali925 authored Dec 14, 2021
1 parent 352316f commit d1cbfa0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions dashboards-observability/test/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,63 +148,63 @@ export const TEST_SERVICE_MAP_GRAPH = {
id: 1,
label: 'order',
size: 15,
title: '<p>order</p><p>Average latency: 90.1ms</p>',
title: 'order\n\nAverage latency: 90.1ms',
borderWidth: 0,
color: 'rgba(158, 134, 192, 1)',
},
{
id: 2,
label: 'analytics-service',
size: 15,
title: '<p>analytics-service</p><p>Average latency: 12.99ms</p>',
title: 'analytics-service\n\nAverage latency: 12.99ms',
borderWidth: 0,
color: 'rgba(210, 202, 224, 1)',
},
{
id: 3,
label: 'database',
size: 15,
title: '<p>database</p><p>Average latency: 49.54ms</p>',
title: 'database\n\nAverage latency: 49.54ms',
borderWidth: 0,
color: 'rgba(187, 171, 212, 1)',
},
{
id: 4,
label: 'frontend-client',
size: 15,
title: '<p>frontend-client</p><p>Average latency: 207.71ms</p>',
title: 'frontend-client\n\nAverage latency: 207.71ms',
borderWidth: 0,
color: 'rgba(78, 42, 122, 1)',
},
{
id: 5,
label: 'inventory',
size: 15,
title: '<p>inventory</p><p>Average latency: 183.52ms</p>',
title: 'inventory\n\nAverage latency: 183.52ms',
borderWidth: 0,
color: 'rgba(95, 61, 138, 1)',
},
{
id: 6,
label: 'authentication',
size: 15,
title: '<p>authentication</p><p>Average latency: 139.09ms</p>',
title: 'authentication\n\nAverage latency: 139.09ms',
borderWidth: 0,
color: 'rgba(125, 95, 166, 1)',
},
{
id: 7,
label: 'payment',
size: 15,
title: '<p>payment</p><p>Average latency: 134.36ms</p>',
title: 'payment\n\nAverage latency: 134.36ms',
borderWidth: 0,
color: 'rgba(129, 99, 169, 1)',
},
{
id: 8,
label: 'recommendation',
size: 15,
title: '<p>recommendation</p><p>Average latency: 176.97ms</p>',
title: 'recommendation\n\nAverage latency: 176.97ms',
borderWidth: 0,
color: 'rgba(100, 66, 143, 1)',
},
Expand Down

0 comments on commit d1cbfa0

Please sign in to comment.