Add observer type to Perf event

Summary: While looking at the event stream it is useful to know which observer type fired it

Reviewed By: lblasa

Differential Revision: D39430756

fbshipit-source-id: bc52f085a5497692f8076b12a9c015cc33a19d1e
This commit is contained in:
Luke De Feo
2022-09-13 11:05:42 -07:00
committed by Facebook GitHub Bot
parent 03121ca8b3
commit 24ec43eb92
5 changed files with 14 additions and 7 deletions

View File

@@ -58,6 +58,10 @@ export const columns: DataTableColumn<PerfStatsEvent>[] = [
key: 'txId',
title: 'TXID',
},
{
key: 'observerType',
title: 'Type',
},
{
key: 'nodesCount',
title: 'Total nodes',