FluidFramework icon indicating copy to clipboard operation
FluidFramework copied to clipboard

Add telemetry event in shared matrix for size of matrix

Open jatgarg opened this issue 2 years ago • 2 comments

Description

Add telemetry event in shared matrix for size of matrix.

jatgarg avatar Jan 10 '24 21:01 jatgarg

@fluid-example/bundle-size-tests: +660 Bytes
Metric NameBaseline SizeCompare SizeSize Diff
aqueduct.js 507.03 KB 507.23 KB +205 Bytes
connectionState.js 680 Bytes 680 Bytes No change
containerRuntime.js 241.64 KB 241.82 KB +183 Bytes
loader.js 168.89 KB 168.91 KB +22 Bytes
map.js 46.61 KB 46.62 KB +11 Bytes
matrix.js 148.67 KB 148.82 KB +162 Bytes
odspDriver.js 95.32 KB 95.35 KB +33 Bytes
odspPrefetchSnapshot.js 41.58 KB 41.61 KB +22 Bytes
sharedString.js 164.22 KB 164.23 KB +11 Bytes
sharedTree.js 294.82 KB 294.82 KB No change
Total Size 1.81 MB 1.81 MB +660 Bytes

Baseline commit: 5fcc141b45065cc6c9befe0fd4814f861475d856

Generated by :no_entry_sign: dangerJS against 082d3f73cd943bb5fbbb40b2148810c008fbd82f

msfluid-bot avatar Jan 10 '24 22:01 msfluid-bot

@jatgarg How are you planning to use this information? And any concerns about scale? I guess we're already logging the SummarizerTelemetry event every summary, it's just adding extra info. O(number of tables), right?.

markfields avatar Jan 18 '24 21:01 markfields