You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{name: "cachedDiskFileCount",type: {kind: "base",name: "decimal"},omitzeroValue: true,documentation: "Number of files cached from disk."},
324
+
{name: "memoryUsedBytes",type: {kind: "base",name: "decimal"},omitzeroValue: true,documentation: "Total memory mapped by the Go runtime in bytes."},
325
+
{name: "goMemLimit",type: {kind: "base",name: "decimal"},omitzeroValue: true,documentation: "GOMEMLIMIT value in bytes, or 0 if not set."},
326
+
{name: "goGCPercent",type: {kind: "base",name: "decimal"},omitzeroValue: true,documentation: "GOGC percentage value configured for the GC."},
327
+
{name: "heapGoalBytes",type: {kind: "base",name: "decimal"},omitzeroValue: true,documentation: "Heap size target the GC is working toward in bytes."},
328
+
{name: "heapLiveBytes",type: {kind: "base",name: "decimal"},omitzeroValue: true,documentation: "Bytes of live (reachable) heap objects."},
329
+
{name: "heapObjectCount",type: {kind: "base",name: "decimal"},omitzeroValue: true,documentation: "Number of live or unswept objects occupying heap memory."},
{name: "heapReleasedBytes",type: {kind: "base",name: "decimal"},omitzeroValue: true,documentation: "Heap memory returned to the OS."},
332
+
{name: "heapFreeBytes",type: {kind: "base",name: "decimal"},omitzeroValue: true,documentation: "Heap memory that is free and eligible to be returned to the OS."},
333
+
{name: "gcScanHeapBytes",type: {kind: "base",name: "decimal"},omitzeroValue: true,documentation: "Total scannable heap bytes — how much the GC must traverse."},
334
+
{name: "goMaxProcs",type: {kind: "base",name: "decimal"},omitzeroValue: true,documentation: "The current GOMAXPROCS value."},
335
+
{name: "goroutineCount",type: {kind: "base",name: "decimal"},omitzeroValue: true,documentation: "Current number of goroutines."},
{name: "gcCPUSeconds",type: {kind: "base",name: "decimal"},omitzeroValue: true,documentation: "Cumulative CPU time spent in GC in seconds."},
338
+
{name: "userCPUSeconds",type: {kind: "base",name: "decimal"},omitzeroValue: true,documentation: "Cumulative CPU time spent in user Go code in seconds."},
339
+
{name: "systemMemTotal",type: {kind: "base",name: "decimal"},omitzeroValue: true,documentation: "Total physical memory on the system in bytes."},
340
+
{name: "systemMemUsed",type: {kind: "base",name: "decimal"},omitzeroValue: true,documentation: "Used physical memory on the system in bytes."},
{name: "autoImportNodeModulesUnfilteredBucketCount",type: {kind: "base",name: "decimal"},omitzeroValue: true,documentation: "Number of node_modules buckets with no package.json filter."},
349
+
],
350
+
documentation: "Numeric measurements for PerformanceStatsTelemetryEvent.",
0 commit comments