o11y_schema 238.23.0 → 240.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -2
- package/sf_instrumentationTest/test_tokenize_payload.js +2 -2
- package/sf_instrumentationTest/test_transport.js +4 -3
- package/sf_testAiltnPageview/index.js +22 -0
- package/sf_testAiltnPageview/perf_test_0422_schema_1.js +16 -0
- package/sf_testAiltnPageview/perf_test_0422_schema_10.js +2 -0
- package/sf_testAiltnPageview/perf_test_0422_schema_11.js +2 -0
- package/sf_testAiltnPageview/perf_test_0422_schema_12.js +5 -0
- package/sf_testAiltnPageview/perf_test_0422_schema_13.js +2 -0
- package/sf_testAiltnPageview/perf_test_0422_schema_14.js +2 -0
- package/sf_testAiltnPageview/perf_test_0422_schema_15.js +1 -0
- package/sf_testAiltnPageview/perf_test_0422_schema_16.js +1 -0
- package/sf_testAiltnPageview/perf_test_0422_schema_17.js +1 -0
- package/sf_testAiltnPageview/perf_test_0422_schema_18.js +1 -0
- package/sf_testAiltnPageview/perf_test_0422_schema_19.js +1 -0
- package/sf_testAiltnPageview/perf_test_0422_schema_2.js +3 -0
- package/sf_testAiltnPageview/perf_test_0422_schema_20.js +3 -0
- package/sf_testAiltnPageview/perf_test_0422_schema_21.js +4 -0
- package/sf_testAiltnPageview/perf_test_0422_schema_22.js +3 -0
- package/sf_testAiltnPageview/perf_test_0422_schema_3.js +2 -0
- package/sf_testAiltnPageview/perf_test_0422_schema_4.js +3 -0
- package/sf_testAiltnPageview/perf_test_0422_schema_5.js +3 -0
- package/sf_testAiltnPageview/perf_test_0422_schema_6.js +2 -0
- package/sf_testAiltnPageview/perf_test_0422_schema_7.js +2 -0
- package/sf_testAiltnPageview/perf_test_0422_schema_8.js +2 -0
- package/sf_testAiltnPageview/perf_test_0422_schema_9.js +2 -0
- package/sf_testAiltnPageview/sf_testAiltnPageview.js +22 -0
- package/version/version.js +1 -1
package/package.json
CHANGED
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
"./sf_lightningsdk": "./sf_lightningsdk/sf_lightningsdk.js",
|
|
15
15
|
"./sf_lwrjs": "./sf_lwrjs/sf_lwrjs.js",
|
|
16
16
|
"./sf_o11ySample": "./sf_o11ySample/sf_o11ySample.js",
|
|
17
|
+
"./sf_testAiltnPageview": "./sf_testAiltnPageview/sf_testAiltnPageview.js",
|
|
17
18
|
"./version": "./version/version.js",
|
|
18
19
|
"./sf_nimbus": "./sf_nimbus/sf_nimbus.js",
|
|
19
20
|
"./sf_lds": "./sf_lds/sf_lds.js",
|
|
@@ -28,7 +29,7 @@
|
|
|
28
29
|
"url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
|
|
29
30
|
},
|
|
30
31
|
"type": "module",
|
|
31
|
-
"version": "
|
|
32
|
+
"version": "240.2.0",
|
|
32
33
|
"license": "BSD-3-Clause",
|
|
33
34
|
"name": "o11y_schema",
|
|
34
35
|
"lwc": {
|
|
@@ -47,7 +48,8 @@
|
|
|
47
48
|
"o11y_schema/sf_nimbus",
|
|
48
49
|
"o11y_schema/sf_o11ySample",
|
|
49
50
|
"o11y_schema/sf_searchui",
|
|
50
|
-
"o11y_schema/sf_sfs"
|
|
51
|
+
"o11y_schema/sf_sfs",
|
|
52
|
+
"o11y_schema/sf_testAiltnPageview"
|
|
51
53
|
],
|
|
52
54
|
"modules": [{"dir": "dist"}]
|
|
53
55
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const test_tokenize_payload={namespace:"sf.instrumentationTest",name:"TestTokenizePayload",pbjsSchema:{"nested":{"sf":{"nested":{"instrumentationTest":{"nested":{"TestTokenizePayload":{"options":{"(meta.msg.desc)":"This is used for testing purposes only and must not be used for any other purpose"},"fields":{"
|
|
2
|
-
"
|
|
1
|
+
export const test_tokenize_payload={namespace:"sf.instrumentationTest",name:"TestTokenizePayload",pbjsSchema:{"nested":{"sf":{"nested":{"instrumentationTest":{"nested":{"TestTokenizePayload":{"options":{"(meta.msg.desc)":"This is used for testing purposes only and must not be used for any other purpose"},"fields":{"shortTermTok":{"options":{},"id":1,"type":"string"},"longTermTok":{"options":{},"id":2,"type":"string"},"userId":{"options":{},"id":5,"type":"string"},"ipAddr":{"options":{},"id":3,"type":"string"},
|
|
2
|
+
"url":{"options":{},"id":4,"type":"string"}}}}}}}}}};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
export const test_transport={namespace:"sf.instrumentationTest",name:"TestTransport",pbjsSchema:{"nested":{"sf":{"nested":{"instrumentationTest":{"nested":{"TestTransport":{"options":{"(meta.msg.desc)":"This is used for testing purposes only and must not be used for any other purpose"},"fields":{"
|
|
2
|
-
"
|
|
3
|
-
"type":"
|
|
1
|
+
export const test_transport={namespace:"sf.instrumentationTest",name:"TestTransport",pbjsSchema:{"nested":{"sf":{"nested":{"instrumentationTest":{"nested":{"TestTransport":{"options":{"(meta.msg.desc)":"This is used for testing purposes only and must not be used for any other purpose"},"fields":{"encodedBodySize":{"options":{},"id":26,"type":"uint32"},"defLoaderId":{"options":{},"id":1,"type":"uint32"},"responseLength":{"options":{},"id":9,"type":"uint32"},"requestLength":{"options":{},"id":10,"type":"uint32"},
|
|
2
|
+
"ttfb":{"options":{},"id":16,"type":"double"},"duration":{"options":{},"id":3,"type":"double"},"decodedBodySize":{"options":{},"id":27,"type":"uint32"},"requestStart":{"options":{},"id":13,"type":"double"},"requestId":{"options":{},"id":29,"type":"string"},"xhrDuration":{"options":{},"id":4,"type":"double"},"serverTime":{"options":{},"id":8,"type":"double"},"startTime":{"options":{},"id":11,"type":"double"},"xhrStall":{"options":{},"id":5,"type":"double"},"fetchStart":{"options":{},"id":12,"type":"double"},
|
|
3
|
+
"tcp":{"options":{},"id":15,"type":"double"},"defs":{"options":{},"rule":"repeated","id":21,"type":"string"},"redirect":{"options":{},"id":25,"type":"uint32"},"dns":{"options":{},"id":14,"type":"double"},"xhrDelay":{"options":{},"id":6,"type":"double"},"transferSize":{"options":{},"id":18,"type":"uint32"},"transfer":{"options":{},"id":17,"type":"double"},"background":{"options":{},"id":20,"type":"bool"},"auraXhrId":{"options":{},"id":7,"type":"uint32"},"nhp":{"options":{},"id":19,"type":"string"},
|
|
4
|
+
"statusText":{"options":{},"id":23,"type":"string"},"actionDefs":{"options":{},"rule":"repeated","id":28,"type":"string"},"ts":{"options":{},"id":2,"type":"double"},"status":{"options":{},"id":22,"type":"uint32"},"initiatorType":{"options":{},"id":24,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export { perf_test_0422_schema_1 as perfTest0422Schema1Schema } from './perf_test_0422_schema_1.js';
|
|
2
|
+
export { perf_test_0422_schema_10 as perfTest0422Schema10Schema } from './perf_test_0422_schema_10.js';
|
|
3
|
+
export { perf_test_0422_schema_11 as perfTest0422Schema11Schema } from './perf_test_0422_schema_11.js';
|
|
4
|
+
export { perf_test_0422_schema_12 as perfTest0422Schema12Schema } from './perf_test_0422_schema_12.js';
|
|
5
|
+
export { perf_test_0422_schema_13 as perfTest0422Schema13Schema } from './perf_test_0422_schema_13.js';
|
|
6
|
+
export { perf_test_0422_schema_14 as perfTest0422Schema14Schema } from './perf_test_0422_schema_14.js';
|
|
7
|
+
export { perf_test_0422_schema_15 as perfTest0422Schema15Schema } from './perf_test_0422_schema_15.js';
|
|
8
|
+
export { perf_test_0422_schema_16 as perfTest0422Schema16Schema } from './perf_test_0422_schema_16.js';
|
|
9
|
+
export { perf_test_0422_schema_17 as perfTest0422Schema17Schema } from './perf_test_0422_schema_17.js';
|
|
10
|
+
export { perf_test_0422_schema_18 as perfTest0422Schema18Schema } from './perf_test_0422_schema_18.js';
|
|
11
|
+
export { perf_test_0422_schema_19 as perfTest0422Schema19Schema } from './perf_test_0422_schema_19.js';
|
|
12
|
+
export { perf_test_0422_schema_2 as perfTest0422Schema2Schema } from './perf_test_0422_schema_2.js';
|
|
13
|
+
export { perf_test_0422_schema_20 as perfTest0422Schema20Schema } from './perf_test_0422_schema_20.js';
|
|
14
|
+
export { perf_test_0422_schema_21 as perfTest0422Schema21Schema } from './perf_test_0422_schema_21.js';
|
|
15
|
+
export { perf_test_0422_schema_22 as perfTest0422Schema22Schema } from './perf_test_0422_schema_22.js';
|
|
16
|
+
export { perf_test_0422_schema_3 as perfTest0422Schema3Schema } from './perf_test_0422_schema_3.js';
|
|
17
|
+
export { perf_test_0422_schema_4 as perfTest0422Schema4Schema } from './perf_test_0422_schema_4.js';
|
|
18
|
+
export { perf_test_0422_schema_5 as perfTest0422Schema5Schema } from './perf_test_0422_schema_5.js';
|
|
19
|
+
export { perf_test_0422_schema_6 as perfTest0422Schema6Schema } from './perf_test_0422_schema_6.js';
|
|
20
|
+
export { perf_test_0422_schema_7 as perfTest0422Schema7Schema } from './perf_test_0422_schema_7.js';
|
|
21
|
+
export { perf_test_0422_schema_8 as perfTest0422Schema8Schema } from './perf_test_0422_schema_8.js';
|
|
22
|
+
export { perf_test_0422_schema_9 as perfTest0422Schema9Schema } from './perf_test_0422_schema_9.js';
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export const perf_test_0422_schema_1={namespace:"sf.testAiltnPageview",name:"PerfTest0422Schema1",pbjsSchema:{"nested":{"sf":{"nested":{"testAiltnPageview":{"nested":{"PerfTest0422Schema1":{"options":{"(meta.msg.desc)":"This is used for testing purposes only and must not be used for any other purpose. (debugging data: BootstrapLightningLafAppLayoutHost)"},"fields":{"visibilityStateStart":{"options":{},"id":120,"type":"string"},"timingUnloadEventStart":{"options":{},"id":100,"type":"double"},"viewportHeight":{"options":{},
|
|
2
|
+
"id":102,"type":"double"},"type":{"options":{},"id":118,"type":"string"},"lightningLayoutCreationStart":{"options":{},"id":17,"type":"double"},"requestAppCssRequestStart":{"options":{},"id":39,"type":"double"},"timingConnectTime":{"options":{},"id":76,"type":"double"},"requestAuraJsName":{"options":{},"id":117,"type":"string"},"timingUnloadEventEnd":{"options":{},"id":99,"type":"double"},"requestAppJsEncodedBodySize":{"options":{},"id":48,"type":"double"},"timingAppCacheTime":{"options":{},"id":73,
|
|
3
|
+
"type":"double"},"requestAppCoreJsName":{"options":{},"id":111,"type":"string"},"timingInitDomTreeTime":{"options":{},"id":86,"type":"double"},"requestAuraJsDecodedBodySize":{"options":{},"id":57,"type":"double"},"timingConnectStart":{"options":{},"id":75,"type":"double"},"requestAppJsTtfb":{"options":{},"id":56,"type":"double"},"timingDomComplete":{"options":{},"id":81,"type":"double"},"requestAppJsTcp":{"options":{},"id":53,"type":"double"},"requestAppJsTransfer":{"options":{},"id":54,"type":"double"},
|
|
4
|
+
"requestAuraJsRedirect":{"options":{},"id":62,"type":"double"},"requestAppCoreJsTcp":{"options":{},"id":29,"type":"double"},"requestAppCssName":{"options":{},"id":113,"type":"string"},"connectionDownlink":{"options":{},"id":10,"type":"double"},"eventType":{"options":{},"id":107,"type":"string"},"appRootRequestId":{"options":{},"id":104,"type":"string"},"cacheGvps":{"options":{},"id":2,"type":"bool"},"requestAppCssDns":{"options":{},"id":34,"type":"double"},"requestAppCssTransferSize":{"options":{},
|
|
5
|
+
"id":43,"type":"double"},"requestAppJsInitiatorType":{"options":{},"id":114,"type":"string"},"timingContentLoadEnd":{"options":{},"id":77,"type":"double"},"requestAppCoreJsStartTime":{"options":{},"id":28,"type":"double"},"timingUnloadEventTime":{"options":{},"id":101,"type":"double"},"requestAppCoreJsDuration":{"options":{},"id":23,"type":"double"},"requestAppCssStartTime":{"options":{},"id":40,"type":"double"},"execBootstrapJs":{"options":{},"id":13,"type":"double"},"timingLookupDomainTime":{"options":{},
|
|
6
|
+
"id":91,"type":"double"},"eventSource":{"options":{},"id":106,"type":"string"},"bootstrapEPT":{"options":{},"id":9,"type":"double"},"timingConnectEnd":{"options":{},"id":74,"type":"double"},"appCreationStart":{"options":{},"id":5,"type":"double"},"timingLoadEventStart":{"options":{},"id":88,"type":"double"},"timingResponseEnd":{"options":{},"id":97,"type":"double"},"requestAuraJsEncodedBodySize":{"options":{},"id":60,"type":"double"},"requestAppCoreJsInitiatorType":{"options":{},"id":110,"type":"string"},
|
|
7
|
+
"appType":{"options":{},"id":105,"type":"string"},"execInlineJs":{"options":{},"id":14,"type":"double"},"auraFrameworkEPT":{"options":{},"id":8,"type":"double"},"requestAppJsStartTime":{"options":{},"id":52,"type":"double"},"requestAppJsDecodedBodySize":{"options":{},"id":45,"type":"double"},"timingLoadEventTime":{"options":{},"id":89,"type":"double"},"appCreationEnd":{"options":{},"id":4,"type":"double"},"requestAuraJsTcp":{"options":{},"id":65,"type":"double"},"requestAppCssFetchStart":{"options":{},
|
|
8
|
+
"id":37,"type":"double"},"visibilityStateEnd":{"options":{},"id":119,"type":"string"},"requestAppCssEncodedBodySize":{"options":{},"id":36,"type":"double"},"viewportWidth":{"options":{},"id":103,"type":"double"},"requestAppCssTransfer":{"options":{},"id":42,"type":"double"},"timingContentLoadStart":{"options":{},"id":78,"type":"double"},"appRenderingStart":{"options":{},"id":7,"type":"double"},"requestAppCoreJsDns":{"options":{},"id":22,"type":"double"},"timingNavigationStart":{"options":{},"id":92,
|
|
9
|
+
"type":"double"},"timingRedirectTime":{"options":{},"id":94,"type":"double"},"timingDomLoading":{"options":{},"id":83,"type":"double"},"requestAppCoreJsDecodedBodySize":{"options":{},"id":21,"type":"double"},"requestAppCssTcp":{"options":{},"id":41,"type":"double"},"requestAuraJsInitiatorType":{"options":{},"id":116,"type":"string"},"requestAuraJsTransfer":{"options":{},"id":66,"type":"double"},"requestAppJsRedirect":{"options":{},"id":50,"type":"double"},"requestAuraJsTransferSize":{"options":{},
|
|
10
|
+
"id":67,"type":"double"},"referer":{"options":{},"id":109,"type":"string"},"execAuraJs":{"options":{},"id":12,"type":"double"},"lightningEPT":{"options":{},"id":15,"type":"double"},"requestAppJsTransferSize":{"options":{},"id":55,"type":"double"},"timingDomInteractive":{"options":{},"id":82,"type":"double"},"timingDnsEnd":{"options":{},"id":79,"type":"double"},"mode":{"options":{},"id":108,"type":"string"},"requestAuraJsStartTime":{"options":{},"id":64,"type":"double"},"runAfterInitDefsReady":{"options":{},
|
|
11
|
+
"id":71,"type":"double"},"requestAppCoreJsRedirect":{"options":{},"id":26,"type":"double"},"requestAppJsFetchStart":{"options":{},"id":49,"type":"double"},"navbarCPUTime":{"options":{},"id":20,"type":"double"},"timingLoadEventEnd":{"options":{},"id":87,"type":"double"},"timingLoadTime":{"options":{},"id":90,"type":"double"},"runInitAsync":{"options":{},"id":72,"type":"double"},"runAfterContextCreated":{"options":{},"id":70,"type":"double"},"timingDnsStart":{"options":{},"id":80,"type":"double"},"requestAppCssDuration":{"options":{},
|
|
12
|
+
"id":35,"type":"double"},"cacheAppCache":{"options":{},"id":1,"type":"bool"},"requestAuraJsDns":{"options":{},"id":58,"type":"double"},"timingDomReadyTime":{"options":{},"id":84,"type":"double"},"timingFetchStart":{"options":{},"id":85,"type":"double"},"cacheLightningLayout":{"options":{},"id":3,"type":"bool"},"lightningLayoutRenderingEnd":{"options":{},"id":18,"type":"double"},"requestAppCoreJsTransferSize":{"options":{},"id":31,"type":"double"},"requestAppJsDuration":{"options":{},"id":47,"type":"double"},
|
|
13
|
+
"timingRequestTime":{"options":{},"id":96,"type":"double"},"appRenderingEnd":{"options":{},"id":6,"type":"double"},"requestAppCoreJsFetchStart":{"options":{},"id":25,"type":"double"},"requestAppJsRequestStart":{"options":{},"id":51,"type":"double"},"timingRequestStart":{"options":{},"id":95,"type":"double"},"lightningLayoutCreationEnd":{"options":{},"id":16,"type":"double"},"requestAppCoreJsRequestStart":{"options":{},"id":27,"type":"double"},"timingReadyStart":{"options":{},"id":93,"type":"double"},
|
|
14
|
+
"runAfterBootstrapReady":{"options":{},"id":69,"type":"double"},"lightningLayoutRenderingStart":{"options":{},"id":19,"type":"double"},"requestAppCssRedirect":{"options":{},"id":38,"type":"double"},"requestAppCssDecodedBodySize":{"options":{},"id":33,"type":"double"},"connectionRtt":{"options":{},"id":11,"type":"double"},"requestAuraJsRequestStart":{"options":{},"id":63,"type":"double"},"requestAppCssInitiatorType":{"options":{},"id":112,"type":"string"},"requestAppCoreJsEncodedBodySize":{"options":{},
|
|
15
|
+
"id":24,"type":"double"},"requestAppJsName":{"options":{},"id":115,"type":"string"},"requestAuraJsFetchStart":{"options":{},"id":61,"type":"double"},"requestAppCoreJsTtfb":{"options":{},"id":32,"type":"double"},"requestAppJsDns":{"options":{},"id":46,"type":"double"},"timingResponseStart":{"options":{},"id":98,"type":"double"},"requestAuraJsTtfb":{"options":{},"id":68,"type":"double"},"requestAppCssTtfb":{"options":{},"id":44,"type":"double"},"requestAuraJsDuration":{"options":{},"id":59,"type":"double"},
|
|
16
|
+
"requestAppCoreJsTransfer":{"options":{},"id":30,"type":"double"}}}}}}}}}};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export const perf_test_0422_schema_10={namespace:"sf.testAiltnPageview",name:"PerfTest0422Schema10",pbjsSchema:{"nested":{"sf":{"nested":{"testAiltnPageview":{"nested":{"PerfTest0422Schema10":{"options":{"(meta.msg.desc)":"This is used for testing purposes only and must not be used for any other purpose. (debugging data: PerformanceStorageIndexeddbWalkInternalReadTransaction)"},"fields":{"visibilityStateStart":{"options":{},"id":2,"type":"bool"},"elapsed":{"options":{},"id":3,"type":"double"},"visibilityStateEnd":{"options":{},
|
|
2
|
+
"id":1,"type":"bool"},"size":{"options":{},"id":4,"type":"double"},"eventSource":{"options":{},"id":5,"type":"string"},"count":{"options":{},"id":7,"type":"uint32"},"eventType":{"options":{},"id":6,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export const perf_test_0422_schema_11={namespace:"sf.testAiltnPageview",name:"PerfTest0422Schema11",pbjsSchema:{"nested":{"sf":{"nested":{"testAiltnPageview":{"nested":{"PerfTest0422Schema11":{"options":{"(meta.msg.desc)":"This is used for testing purposes only and must not be used for any other purpose. (debugging data: SystemComponentTrackerInstrumentationBeacon)"},"fields":{"scope":{"options":{},"id":4,"type":"string"},"eventSource":{"options":{},"id":2,"type":"string"},"devNameOrId":{"options":{},
|
|
2
|
+
"rule":"repeated","id":1,"type":"string"},"eventType":{"options":{},"id":3,"type":"string"},"target":{"options":{},"id":5,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export const perf_test_0422_schema_12={namespace:"sf.testAiltnPageview",name:"PerfTest0422Schema12",pbjsSchema:{"nested":{"sf":{"nested":{"testAiltnPageview":{"nested":{"PerfTest0422Schema12":{"options":{"(meta.msg.desc)":"This is used for testing purposes only and must not be used for any other purpose. (debugging data: LightningPageView)"},"fields":{"networkDownlink":{"options":{},"id":23,"type":"double"},"cacheStatsAuraRecordStoreHits":{"options":{},"id":7,"type":"double"},"cacheStatsAuraRecordStoreMisses":{"options":{},
|
|
2
|
+
"id":10,"type":"double"},"cacheStatsAuraRecordStoreMacrosBrowserMisses":{"options":{},"id":9,"type":"double"},"cacheStatsAuraRecordStoreAuraIfHits":{"options":{},"id":3,"type":"double"},"cacheStatsAuraRecordStoreOneUserProfileCardTriggerHits":{"options":{},"id":11,"type":"double"},"cacheStatsAuraStorageLDSHits":{"options":{},"id":15,"type":"double"},"bootstrapType":{"options":{},"id":27,"type":"string"},"cacheStatsTotalHits":{"options":{},"id":19,"type":"double"},"eptDeviation":{"options":{},"id":2,
|
|
3
|
+
"type":"bool"},"totalEpt":{"options":{},"id":25,"type":"double"},"cores":{"options":{},"id":21,"type":"double"},"networkRtt":{"options":{},"id":24,"type":"double"},"darkModeEnabled":{"options":{},"id":1,"type":"bool"},"previousPageContext":{"options":{},"id":29,"type":"string"},"cacheStatsTotalMisses":{"options":{},"id":20,"type":"double"},"density":{"options":{},"id":28,"type":"string"},"cacheStatsAuraRecordStoreBulkRecordRequestauraIfHits":{"options":{},"id":5,"type":"double"},"cacheStatsAuraStorageActionsMisses":{"options":{},
|
|
4
|
+
"id":14,"type":"double"},"ept":{"options":{},"id":22,"type":"double"},"cacheStatsAuraRecordStoreMacrosBrowserHits":{"options":{},"id":8,"type":"double"},"cacheStatsAuraStorageLDSMisses":{"options":{},"id":16,"type":"double"},"cacheStatsAuraRecordStoreOneUserProfileCardTriggerMisses":{"options":{},"id":12,"type":"double"},"cacheStatsAuraRecordStoreBulkRecordRequestauraIfMisses":{"options":{},"id":6,"type":"double"},"cacheStatsAuraRecordStoreAuraIfMisses":{"options":{},"id":4,"type":"double"},"cacheStatsAuraStorageTempTabs1564525439311325743Misses":{"options":{},
|
|
5
|
+
"id":18,"type":"double"},"cacheStatsAuraStorageTempTabs1564525439311325743Hits":{"options":{},"id":17,"type":"double"},"defaultCmp":{"options":{},"rule":"repeated","id":26,"type":"string"},"cacheStatsAuraStorageActionsHits":{"options":{},"id":13,"type":"double"}}}}}}}}}};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export const perf_test_0422_schema_13={namespace:"sf.testAiltnPageview",name:"PerfTest0422Schema13",pbjsSchema:{"nested":{"sf":{"nested":{"testAiltnPageview":{"nested":{"PerfTest0422Schema13":{"options":{"(meta.msg.desc)":"This is used for testing purposes only and must not be used for any other purpose. (debugging data: SystemDefsUsageInstrumentationBeacon)"},"fields":{"defs":{"options":{},"rule":"repeated","id":2,"type":"string"},"phase":{"options":{},"id":5,"type":"string"},"scope":{"options":{},
|
|
2
|
+
"id":6,"type":"string"},"eventSource":{"options":{},"id":3,"type":"string"},"eventType":{"options":{},"id":4,"type":"string"},"pageCounter":{"options":{},"id":1,"type":"double"},"target":{"options":{},"id":7,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export const perf_test_0422_schema_14={namespace:"sf.testAiltnPageview",name:"PerfTest0422Schema14",pbjsSchema:{"nested":{"sf":{"nested":{"testAiltnPageview":{"nested":{"PerfTest0422Schema14":{"options":{"(meta.msg.desc)":"This is used for testing purposes only and must not be used for any other purpose. (debugging data: PerformanceBandwidthUsageInstrumentationBeacon)"},"fields":{"rxInstrSize":{"options":{},"id":3,"type":"double"},"rxTotalSize":{"options":{},"id":5,"type":"double"},"txTotalCount":{"options":{},
|
|
2
|
+
"id":8,"type":"double"},"txInstrCount":{"options":{},"id":6,"type":"double"},"rxInstrCount":{"options":{},"id":2,"type":"double"},"txInstrSize":{"options":{},"id":7,"type":"double"},"txTotalSize":{"options":{},"id":9,"type":"double"},"rxTotalCount":{"options":{},"id":4,"type":"double"},"eventSource":{"options":{},"id":10,"type":"string"},"eventType":{"options":{},"id":11,"type":"string"},"pageId":{"options":{},"id":1,"type":"double"},"url":{"options":{},"id":12,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const perf_test_0422_schema_15={namespace:"sf.testAiltnPageview",name:"PerfTest0422Schema15",pbjsSchema:{"nested":{"sf":{"nested":{"testAiltnPageview":{"nested":{"PerfTest0422Schema15":{"options":{"(meta.msg.desc)":"This is used for testing purposes only and must not be used for any other purpose. (debugging data: LdsCacheLdsDurableStoreBootstrapCachedSizeKb)"},"fields":{"cacheKeyValueType":{"options":{},"id":1,"type":"string"},"count":{"options":{},"id":2,"type":"uint32"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const perf_test_0422_schema_16={namespace:"sf.testAiltnPageview",name:"PerfTest0422Schema16",pbjsSchema:{"nested":{"sf":{"nested":{"testAiltnPageview":{"nested":{"PerfTest0422Schema16":{"options":{"(meta.msg.desc)":"This is used for testing purposes only and must not be used for any other purpose. (debugging data: LtngNavContainerCreate)"},"fields":{"itemCount":{"options":{},"id":1,"type":"uint32"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const perf_test_0422_schema_17={namespace:"sf.testAiltnPageview",name:"PerfTest0422Schema17",pbjsSchema:{"nested":{"sf":{"nested":{"testAiltnPageview":{"nested":{"PerfTest0422Schema17":{"options":{"(meta.msg.desc)":"This is used for testing purposes only and must not be used for any other purpose. (debugging data: SperfRecordLayoutInitToAfterRender)"},"fields":{"metaRecordLayoutQualifiedName":{"options":{},"id":2,"type":"string"},"globalId":{"options":{},"id":1,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const perf_test_0422_schema_18={namespace:"sf.testAiltnPageview",name:"PerfTest0422Schema18",pbjsSchema:{"nested":{"sf":{"nested":{"testAiltnPageview":{"nested":{"PerfTest0422Schema18":{"options":{"(meta.msg.desc)":"This is used for testing purposes only and must not be used for any other purpose. (debugging data: WitsDisplayNewsItems)"},"fields":{"clientType":{"options":{},"id":1,"type":"string"},"event":{"options":{},"id":2,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const perf_test_0422_schema_19={namespace:"sf.testAiltnPageview",name:"PerfTest0422Schema19",pbjsSchema:{"nested":{"sf":{"nested":{"testAiltnPageview":{"nested":{"PerfTest0422Schema19":{"options":{"(meta.msg.desc)":"This is used for testing purposes only and must not be used for any other purpose. (debugging data: WitsNewsPanelRender)"},"fields":{"action":{"options":{},"id":1,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export const perf_test_0422_schema_2={namespace:"sf.testAiltnPageview",name:"PerfTest0422Schema2",pbjsSchema:{"nested":{"sf":{"nested":{"testAiltnPageview":{"nested":{"PerfTest0422Schema2":{"options":{"(meta.msg.desc)":"This is used for testing purposes only and must not be used for any other purpose. (debugging data: SystemSyntheticClickOneAppNavContainer)"},"fields":{"tabContentType":{"options":{},"id":14,"type":"string"},"tabId":{"options":{},"id":15,"type":"string"},"appName":{"options":{},"id":8,
|
|
2
|
+
"type":"string"},"isPersonalized":{"options":{},"id":1,"type":"bool"},"appNavType":{"options":{},"id":9,"type":"string"},"appUiType":{"options":{},"id":10,"type":"string"},"eventSource":{"options":{},"id":11,"type":"string"},"eventType":{"options":{},"id":12,"type":"string"},"numberOfTopLevelTabs":{"options":{},"id":6,"type":"double"},"target":{"options":{},"id":16,"type":"string"},"tabIsGranular":{"options":{},"id":3,"type":"bool"},"tabIsCustom":{"options":{},"id":2,"type":"bool"},"numberOfGranularTabs":{"options":{},
|
|
3
|
+
"id":4,"type":"double"},"numberOfUserAddedTabs":{"options":{},"id":7,"type":"double"},"scope":{"options":{},"id":13,"type":"string"},"numberOfTabs":{"options":{},"id":5,"type":"double"}}}}}}}}}};
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export const perf_test_0422_schema_20={namespace:"sf.testAiltnPageview",name:"PerfTest0422Schema20",pbjsSchema:{"nested":{"sf":{"nested":{"testAiltnPageview":{"nested":{"PerfTest0422Schema20":{"options":{"(meta.msg.desc)":"This is used for testing purposes only and must not be used for any other purpose. (debugging data: GeneratedAction)"},"fields":{"enqueueWait":{"options":{},"id":6,"type":"double"},"serverTimeBoxCarCount":{"options":{},"id":7,"type":"double"},"cache":{"options":{},"id":3,"type":"bool"},
|
|
2
|
+
"xhrWait":{"options":{},"id":11,"type":"double"},"def":{"options":{},"id":13,"type":"string"},"abortable":{"options":{},"id":1,"type":"bool"},"cmp":{"options":{},"id":12,"type":"string"},"storable":{"options":{},"id":4,"type":"bool"},"serverTimeTotal":{"options":{},"id":9,"type":"double"},"callbackTime":{"options":{},"id":5,"type":"double"},"serverTimeXhrServerTime":{"options":{},"id":10,"type":"double"},"background":{"options":{},"id":2,"type":"bool"},"serverTimeDb":{"options":{},"id":8,"type":"double"},
|
|
3
|
+
"state":{"options":{},"id":14,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export const perf_test_0422_schema_21={namespace:"sf.testAiltnPageview",name:"PerfTest0422Schema21",pbjsSchema:{"nested":{"sf":{"nested":{"testAiltnPageview":{"nested":{"PerfTest0422Schema21":{"options":{"(meta.msg.desc)":"This is used for testing purposes only and must not be used for any other purpose. (debugging data: GeneratedTransport)"},"fields":{"encodedBodySize":{"options":{},"id":6,"type":"double"},"defLoaderId":{"options":{},"id":4,"type":"double"},"responseLength":{"options":{},"id":11,
|
|
2
|
+
"type":"double"},"requestLength":{"options":{},"id":9,"type":"double"},"ttfb":{"options":{},"id":18,"type":"double"},"decodedBodySize":{"options":{},"id":3,"type":"double"},"requestStart":{"options":{},"id":10,"type":"double"},"requestId":{"options":{},"id":25,"type":"string"},"xhrDuration":{"options":{},"id":20,"type":"double"},"serverTime":{"options":{},"id":12,"type":"double"},"startTime":{"options":{},"id":13,"type":"double"},"fetchStart":{"options":{},"id":7,"type":"double"},"xhrStall":{"options":{},
|
|
3
|
+
"id":21,"type":"double"},"redirect":{"options":{},"id":8,"type":"double"},"tcp":{"options":{},"id":15,"type":"double"},"defs":{"options":{},"rule":"repeated","id":23,"type":"string"},"dns":{"options":{},"id":5,"type":"double"},"xhrDelay":{"options":{},"id":19,"type":"double"},"transferSize":{"options":{},"id":17,"type":"double"},"transfer":{"options":{},"id":16,"type":"double"},"background":{"options":{},"id":1,"type":"bool"},"auraXhrId":{"options":{},"id":2,"type":"double"},"statusText":{"options":{},
|
|
4
|
+
"id":26,"type":"string"},"actionDefs":{"options":{},"rule":"repeated","id":22,"type":"string"},"status":{"options":{},"id":14,"type":"double"},"initiatorType":{"options":{},"id":24,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export const perf_test_0422_schema_22={namespace:"sf.testAiltnPageview",name:"PerfTest0422Schema22",pbjsSchema:{"nested":{"sf":{"nested":{"testAiltnPageview":{"nested":{"PerfTest0422Schema22":{"options":{"(meta.msg.desc)":"This is used for testing purposes only and must not be used for any other purpose. (debugging data: AllRequest)"},"fields":{"redirect":{"options":{},"id":5,"type":"double"},"tcp":{"options":{},"id":9,"type":"double"},"encodedBodySize":{"options":{},"id":3,"type":"double"},"dns":{"options":{},
|
|
2
|
+
"id":2,"type":"double"},"ttfb":{"options":{},"id":12,"type":"double"},"decodedBodySize":{"options":{},"id":1,"type":"double"},"transferSize":{"options":{},"id":11,"type":"double"},"transfer":{"options":{},"id":10,"type":"double"},"requestStart":{"options":{},"id":6,"type":"double"},"name":{"options":{},"id":14,"type":"string"},"serverTime":{"options":{},"id":7,"type":"double"},"startTime":{"options":{},"id":8,"type":"double"},"fetchStart":{"options":{},"id":4,"type":"double"},"initiatorType":{"options":{},
|
|
3
|
+
"id":13,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export const perf_test_0422_schema_3={namespace:"sf.testAiltnPageview",name:"PerfTest0422Schema3",pbjsSchema:{"nested":{"sf":{"nested":{"testAiltnPageview":{"nested":{"PerfTest0422Schema3":{"options":{"(meta.msg.desc)":"This is used for testing purposes only and must not be used for any other purpose. (debugging data: PerformanceLoadClientLibraryHomeMyDayHeroChart)"},"fields":{"library":{"options":{},"id":3,"type":"string"},"eventSource":{"options":{},"id":1,"type":"string"},"eventType":{"options":{},
|
|
2
|
+
"id":2,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export const perf_test_0422_schema_4={namespace:"sf.testAiltnPageview",name:"PerfTest0422Schema4",pbjsSchema:{"nested":{"sf":{"nested":{"testAiltnPageview":{"nested":{"PerfTest0422Schema4":{"options":{"(meta.msg.desc)":"This is used for testing purposes only and must not be used for any other purpose. (debugging data: PerformanceSyntheticSearchSgdpFetchGetScopeMapsForceSearchSearchGDPCacheScopes)"},"fields":{"requestCmp":{"options":{},"id":13,"type":"string"},"requestType":{"options":{},"id":16,"type":"string"},
|
|
2
|
+
"groupId":{"options":{},"id":11,"type":"string"},"fetchedScopeMaps":{"options":{},"id":3,"type":"double"},"eventSource":{"options":{},"id":9,"type":"string"},"sourceCmp":{"options":{},"id":17,"type":"string"},"eventType":{"options":{},"id":10,"type":"string"},"tEnd":{"options":{},"id":4,"type":"double"},"requestCmpId":{"options":{},"id":14,"type":"string"},"etTransaction":{"options":{},"id":2,"type":"double"},"requestId":{"options":{},"id":15,"type":"string"},"tStart":{"options":{},"id":5,"type":"double"},
|
|
3
|
+
"cacheHit":{"options":{},"id":1,"type":"bool"},"name":{"options":{},"id":12,"type":"string"},"paramsScopeTypes":{"options":{},"rule":"repeated","id":7,"type":"string"},"actionId":{"options":{},"id":8,"type":"string"},"time":{"options":{},"id":6,"type":"double"}}}}}}}}}};
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export const perf_test_0422_schema_5={namespace:"sf.testAiltnPageview",name:"PerfTest0422Schema5",pbjsSchema:{"nested":{"sf":{"nested":{"testAiltnPageview":{"nested":{"PerfTest0422Schema5":{"options":{"(meta.msg.desc)":"This is used for testing purposes only and must not be used for any other purpose. (debugging data: PerformanceSyntheticSearchSgdpFetchGetPermsAndPrefsForceSearchSearchGDPCachePermsAndPrefs)"},"fields":{"requestCmp":{"options":{},"id":11,"type":"string"},"requestType":{"options":{},
|
|
2
|
+
"id":14,"type":"string"},"groupId":{"options":{},"id":9,"type":"string"},"eventSource":{"options":{},"id":7,"type":"string"},"sourceCmp":{"options":{},"id":15,"type":"string"},"eventType":{"options":{},"id":8,"type":"string"},"tEnd":{"options":{},"id":3,"type":"double"},"requestCmpId":{"options":{},"id":12,"type":"string"},"etTransaction":{"options":{},"id":2,"type":"double"},"requestId":{"options":{},"id":13,"type":"string"},"tStart":{"options":{},"id":4,"type":"double"},"cacheHit":{"options":{},
|
|
3
|
+
"id":1,"type":"bool"},"name":{"options":{},"id":10,"type":"string"},"actionId":{"options":{},"id":6,"type":"string"},"time":{"options":{},"id":5,"type":"double"}}}}}}}}}};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export const perf_test_0422_schema_6={namespace:"sf.testAiltnPageview",name:"PerfTest0422Schema6",pbjsSchema:{"nested":{"sf":{"nested":{"testAiltnPageview":{"nested":{"PerfTest0422Schema6":{"options":{"(meta.msg.desc)":"This is used for testing purposes only and must not be used for any other purpose. (debugging data: PerformanceNewDefsOneOne)"},"fields":{"componentDefs":{"options":{},"rule":"repeated","id":1,"type":"string"},"eventSource":{"options":{},"id":2,"type":"string"},"eventType":{"options":{},
|
|
2
|
+
"id":3,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export const perf_test_0422_schema_7={namespace:"sf.testAiltnPageview",name:"PerfTest0422Schema7",pbjsSchema:{"nested":{"sf":{"nested":{"testAiltnPageview":{"nested":{"PerfTest0422Schema7":{"options":{"(meta.msg.desc)":"This is used for testing purposes only and must not be used for any other purpose. (debugging data: CrudReadForceRecord)"},"fields":{"recordId":{"options":{},"id":4,"type":"string"},"recordTypeSetInClient":{"options":{},"id":1,"type":"bool"},"recordType":{"options":{},"id":5,"type":"string"},
|
|
2
|
+
"scope":{"options":{},"id":6,"type":"string"},"eventSource":{"options":{},"id":2,"type":"string"},"eventType":{"options":{},"id":3,"type":"string"},"target":{"options":{},"id":7,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export const perf_test_0422_schema_8={namespace:"sf.testAiltnPageview",name:"PerfTest0422Schema8",pbjsSchema:{"nested":{"sf":{"nested":{"testAiltnPageview":{"nested":{"PerfTest0422Schema8":{"options":{"(meta.msg.desc)":"This is used for testing purposes only and must not be used for any other purpose. (debugging data: CrudReadsForceRecordCollection)"},"fields":{"scope":{"options":{},"id":4,"type":"string"},"eventSource":{"options":{},"id":2,"type":"string"},"eventType":{"options":{},"id":3,"type":"string"},
|
|
2
|
+
"recordIds":{"options":{},"rule":"repeated","id":1,"type":"string"},"target":{"options":{},"id":5,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export const perf_test_0422_schema_9={namespace:"sf.testAiltnPageview",name:"PerfTest0422Schema9",pbjsSchema:{"nested":{"sf":{"nested":{"testAiltnPageview":{"nested":{"PerfTest0422Schema9":{"options":{"(meta.msg.desc)":"This is used for testing purposes only and must not be used for any other purpose. (debugging data: PerformanceStorageIndexeddbSetItemsWriteTransaction)"},"fields":{"visibilityStateStart":{"options":{},"id":2,"type":"bool"},"elapsed":{"options":{},"id":4,"type":"double"},"storables":{"options":{},
|
|
2
|
+
"id":5,"type":"double"},"visibilityStateEnd":{"options":{},"id":1,"type":"bool"},"firstKey":{"options":{},"id":8,"type":"string"},"eventSource":{"options":{},"id":6,"type":"string"},"collected":{"options":{},"id":3,"type":"double"},"eventType":{"options":{},"id":7,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export { perf_test_0422_schema_1 as perfTest0422Schema1Schema } from './perf_test_0422_schema_1.js';
|
|
2
|
+
export { perf_test_0422_schema_10 as perfTest0422Schema10Schema } from './perf_test_0422_schema_10.js';
|
|
3
|
+
export { perf_test_0422_schema_11 as perfTest0422Schema11Schema } from './perf_test_0422_schema_11.js';
|
|
4
|
+
export { perf_test_0422_schema_12 as perfTest0422Schema12Schema } from './perf_test_0422_schema_12.js';
|
|
5
|
+
export { perf_test_0422_schema_13 as perfTest0422Schema13Schema } from './perf_test_0422_schema_13.js';
|
|
6
|
+
export { perf_test_0422_schema_14 as perfTest0422Schema14Schema } from './perf_test_0422_schema_14.js';
|
|
7
|
+
export { perf_test_0422_schema_15 as perfTest0422Schema15Schema } from './perf_test_0422_schema_15.js';
|
|
8
|
+
export { perf_test_0422_schema_16 as perfTest0422Schema16Schema } from './perf_test_0422_schema_16.js';
|
|
9
|
+
export { perf_test_0422_schema_17 as perfTest0422Schema17Schema } from './perf_test_0422_schema_17.js';
|
|
10
|
+
export { perf_test_0422_schema_18 as perfTest0422Schema18Schema } from './perf_test_0422_schema_18.js';
|
|
11
|
+
export { perf_test_0422_schema_19 as perfTest0422Schema19Schema } from './perf_test_0422_schema_19.js';
|
|
12
|
+
export { perf_test_0422_schema_2 as perfTest0422Schema2Schema } from './perf_test_0422_schema_2.js';
|
|
13
|
+
export { perf_test_0422_schema_20 as perfTest0422Schema20Schema } from './perf_test_0422_schema_20.js';
|
|
14
|
+
export { perf_test_0422_schema_21 as perfTest0422Schema21Schema } from './perf_test_0422_schema_21.js';
|
|
15
|
+
export { perf_test_0422_schema_22 as perfTest0422Schema22Schema } from './perf_test_0422_schema_22.js';
|
|
16
|
+
export { perf_test_0422_schema_3 as perfTest0422Schema3Schema } from './perf_test_0422_schema_3.js';
|
|
17
|
+
export { perf_test_0422_schema_4 as perfTest0422Schema4Schema } from './perf_test_0422_schema_4.js';
|
|
18
|
+
export { perf_test_0422_schema_5 as perfTest0422Schema5Schema } from './perf_test_0422_schema_5.js';
|
|
19
|
+
export { perf_test_0422_schema_6 as perfTest0422Schema6Schema } from './perf_test_0422_schema_6.js';
|
|
20
|
+
export { perf_test_0422_schema_7 as perfTest0422Schema7Schema } from './perf_test_0422_schema_7.js';
|
|
21
|
+
export { perf_test_0422_schema_8 as perfTest0422Schema8Schema } from './perf_test_0422_schema_8.js';
|
|
22
|
+
export { perf_test_0422_schema_9 as perfTest0422Schema9Schema } from './perf_test_0422_schema_9.js';
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='
|
|
1
|
+
export const version='240.2.0'
|