o11y_schema 238.12.0 → 238.16.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 +1 -3
- package/sf_instrumentation/core_envelope.js +8 -8
- package/sf_instrumentation/index.js +2 -0
- package/sf_instrumentation/scenario_tracker.js +2 -0
- package/sf_instrumentation/sf_instrumentation.js +2 -0
- package/sf_instrumentation/web_vitals.js +1 -0
- package/sf_lightningsdk/index.js +1 -0
- package/sf_lightningsdk/resource_download.js +1 -0
- package/sf_lightningsdk/sf_lightningsdk.js +1 -0
- package/sf_nimbus/contacts_service.js +1 -1
- package/version/version.js +1 -1
- package/sf_lex/index.js +0 -2
- package/sf_lex/initialLexRootActivity.js +0 -1
- package/sf_lex/lexRootActivity.js +0 -3
- package/sf_lex/sf_lex.js +0 -2
package/package.json
CHANGED
|
@@ -17,7 +17,6 @@
|
|
|
17
17
|
"./sf_nimbus": "./sf_nimbus/sf_nimbus.js",
|
|
18
18
|
"./sf_lds": "./sf_lds/sf_lds.js",
|
|
19
19
|
"./sf_komaci": "./sf_komaci/sf_komaci.js",
|
|
20
|
-
"./sf_lex": "./sf_lex/sf_lex.js",
|
|
21
20
|
"./sf_sfs": "./sf_sfs/sf_sfs.js",
|
|
22
21
|
"./sf_lol": "./sf_lol/sf_lol.js"
|
|
23
22
|
},
|
|
@@ -27,7 +26,7 @@
|
|
|
27
26
|
"url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
|
|
28
27
|
},
|
|
29
28
|
"type": "module",
|
|
30
|
-
"version": "238.
|
|
29
|
+
"version": "238.16.0",
|
|
31
30
|
"license": "BSD-3-Clause",
|
|
32
31
|
"name": "o11y_schema",
|
|
33
32
|
"lwc": {
|
|
@@ -38,7 +37,6 @@
|
|
|
38
37
|
"o11y_schema/sf_instrumentation",
|
|
39
38
|
"o11y_schema/sf_komaci",
|
|
40
39
|
"o11y_schema/sf_lds",
|
|
41
|
-
"o11y_schema/sf_lex",
|
|
42
40
|
"o11y_schema/sf_lightningsdk",
|
|
43
41
|
"o11y_schema/sf_lol",
|
|
44
42
|
"o11y_schema/sf_lwrjs",
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export const core_envelope={namespace:"sf.instrumentation",name:"CoreEnvelope",pbjsSchema:{"nested":{"sf":{"nested":{"instrumentation":{"nested":{"MessageBundle":{"fields":{"messages":{"options":{},"rule":"repeated","id":2,"type":"LogMessage"},"schemaName":{"options":{},"id":1,"type":"string"}}},"Metrics":{"fields":{"
|
|
2
|
-
"rule":"repeated","id":1,"type":"UpCounter"}}},"CoreEnvelopeDiagnostics":{"fields":{"schemaVersion":{"options":{},"id":6,"type":"string"},"generatedTimestamp":{"options":{},"id":2,"type":"double"},"bundleCount":{"options":{},"id":3,"type":"uint32"},"upCounterCount":{"options":{},"id":4,"type":"uint32"},"valueRecorderCount":{"options":{},"id":5,"type":"uint32"},"key":{"options":{},"id":1,"type":"string"},"bucketHistogramCount":{"options":{},
|
|
3
|
-
"id":10,"type":"Payload"},"data":{"options":{},"id":2,"type":"bytes"},"rootId":{"options":{},"id":4,"type":"string"},"pagePayload":{"options":{},"id":7,"type":"Payload"},"loggerAppName":{"options":{},"id":8,"type":"string"},"loggerName":{"options":{},"id":6,"type":"string"},"connectionType":{"options":{},"id":9,"type":"string"},"age":{"options":{},"id":3,"type":"double"},"seq":{"options":{},"id":5,"type":"uint32"},"timestamp":{"options":{},
|
|
4
|
-
"
|
|
5
|
-
"id":
|
|
6
|
-
"
|
|
7
|
-
"type":"string"},"
|
|
8
|
-
"id":1,"type":"string"},"value":{"options":{},"id":4,"type":"uint32"},"tags":{"options":{},"rule":"repeated","id":5,"type":"MetricTag"}}}}}}}}}};
|
|
1
|
+
export const core_envelope={namespace:"sf.instrumentation",name:"CoreEnvelope",pbjsSchema:{"nested":{"sf":{"nested":{"instrumentation":{"nested":{"MessageBundle":{"fields":{"messages":{"options":{},"rule":"repeated","id":2,"type":"LogMessage"},"schemaName":{"options":{},"id":1,"type":"string"}}},"Metrics":{"fields":{"globalMetricTags":{"options":{},"rule":"repeated","id":4,"type":"MetricTag"},"bucketHistograms":{"options":{},"rule":"repeated","id":3,"type":"BucketHistogram"},"valueRecorders":{"options":{},
|
|
2
|
+
"rule":"repeated","id":2,"type":"ValueRecorder"},"upCounters":{"options":{},"rule":"repeated","id":1,"type":"UpCounter"}}},"CoreEnvelopeDiagnostics":{"fields":{"schemaVersion":{"options":{},"id":6,"type":"string"},"generatedTimestamp":{"options":{},"id":2,"type":"double"},"bundleCount":{"options":{},"id":3,"type":"uint32"},"upCounterCount":{"options":{},"id":4,"type":"uint32"},"valueRecorderCount":{"options":{},"id":5,"type":"uint32"},"key":{"options":{},"id":1,"type":"string"},"bucketHistogramCount":{"options":{},
|
|
3
|
+
"id":7,"type":"uint32"}}},"LogMessage":{"fields":{"appPayload":{"options":{},"id":10,"type":"Payload"},"data":{"options":{},"id":2,"type":"bytes"},"rootId":{"options":{},"id":4,"type":"string"},"pagePayload":{"options":{},"id":7,"type":"Payload"},"loggerAppName":{"options":{},"id":8,"type":"string"},"loggerName":{"options":{},"id":6,"type":"string"},"connectionType":{"options":{},"id":9,"type":"string"},"age":{"options":{},"id":3,"type":"double"},"seq":{"options":{},"id":5,"type":"uint32"},"timestamp":{"options":{},
|
|
4
|
+
"id":1,"type":"double"}}},"CoreEnvelope":{"options":{"(meta.msg.desc)":"This message is used to contain data that the Core ui-telemetry Connect API endpoint accepts."},"fields":{"diagnostics":{"options":{},"id":1,"type":"CoreEnvelopeDiagnostics"},"bundles":{"options":{},"rule":"repeated","id":2,"type":"MessageBundle"},"metrics":{"options":{},"id":3,"type":"Metrics"},"staticAttributes":{"options":{},"id":4,"type":"StaticAttributes"}}},"MetricTag":{"fields":{"name":{"options":{},"id":1,"type":"string"},
|
|
5
|
+
"value":{"options":{},"id":2,"type":"string"}}},"BucketHistogram":{"fields":{"lastUpdatedTimestamp":{"options":{},"id":3,"type":"double"},"ownerName":{"options":{},"id":7,"type":"string"},"ownerAppName":{"options":{},"id":8,"type":"string"},"createdTimestamp":{"options":{},"id":2,"type":"double"},"values":{"options":{},"rule":"repeated","id":4,"type":"double"},"buckets":{"options":{},"rule":"repeated","id":5,"type":"uint32"},"name":{"options":{},"id":1,"type":"string"},"tags":{"options":{},"rule":"repeated",
|
|
6
|
+
"id":6,"type":"MetricTag"}}},"ValueRecorder":{"fields":{"lastUpdatedTimestamp":{"options":{},"id":3,"type":"double"},"ownerName":{"options":{},"id":6,"type":"string"},"ownerAppName":{"options":{},"id":7,"type":"string"},"createdTimestamp":{"options":{},"id":2,"type":"double"},"values":{"options":{},"rule":"repeated","id":4,"type":"double"},"name":{"options":{},"id":1,"type":"string"},"tags":{"options":{},"rule":"repeated","id":5,"type":"MetricTag"}}},"StaticAttributes":{"fields":{"appVersion":{"options":{},
|
|
7
|
+
"id":2,"type":"string"},"appName":{"options":{},"id":1,"type":"string"},"deviceModel":{"options":{},"id":5,"type":"string"},"sdkVersion":{"options":{},"id":6,"type":"string"},"deviceId":{"options":{},"id":4,"type":"string"},"appExperience":{"options":{},"id":3,"type":"string"}}},"Payload":{"fields":{"payload":{"options":{},"id":2,"type":"bytes"},"schemaName":{"options":{},"id":1,"type":"string"}}},"UpCounter":{"fields":{"lastUpdatedTimestamp":{"options":{},"id":3,"type":"double"},"ownerName":{"options":{},
|
|
8
|
+
"id":6,"type":"string"},"ownerAppName":{"options":{},"id":7,"type":"string"},"createdTimestamp":{"options":{},"id":2,"type":"double"},"name":{"options":{},"id":1,"type":"string"},"value":{"options":{},"id":4,"type":"uint32"},"tags":{"options":{},"rule":"repeated","id":5,"type":"MetricTag"}}}}}}}}}};
|
|
@@ -5,4 +5,6 @@ export { error as errorSchema } from './error.js';
|
|
|
5
5
|
export { instrumented_event as instrumentedEventSchema } from './instrumented_event.js';
|
|
6
6
|
export { mouse_event as mouseEventSchema } from './mouse_event.js';
|
|
7
7
|
export { payload as payloadSchema } from './payload.js';
|
|
8
|
+
export { scenario_tracker as scenarioTrackerSchema } from './scenario_tracker.js';
|
|
8
9
|
export { simple as simpleSchema } from './simple.js';
|
|
10
|
+
export { web_vitals as webVitalsSchema } from './web_vitals.js';
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export const scenario_tracker={namespace:"sf.instrumentation",name:"ScenarioTracker",pbjsSchema:{"nested":{"sf":{"nested":{"instrumentation":{"nested":{"ScenarioTracker":{"fields":{"pageEntityType":{"options":{},"id":8,"type":"string"},"isDeviated":{"options":{},"id":13,"type":"bool"},"deviationElement":{"options":{},"id":15,"type":"string"},"endHeap":{"options":{},"id":4,"type":"uint32"},"target":{"options":{},"id":11,"type":"string"},"sequence":{"options":{},"id":1,"type":"uint32"},"xpath":{"options":{},
|
|
2
|
+
"id":2,"type":"string"},"pageLocation":{"options":{},"id":7,"type":"string"},"isInAiltn":{"options":{},"id":5,"type":"bool"},"isInO11y":{"options":{},"id":6,"type":"bool"},"scope":{"options":{},"id":10,"type":"string"},"deviationReason":{"options":{},"id":14,"type":"string"},"pageUrl":{"options":{},"id":9,"type":"string"},"uiThreadDelay":{"options":{},"id":12,"type":"double"},"startHeap":{"options":{},"id":3,"type":"uint32"}}}}}}}}}};
|
|
@@ -5,4 +5,6 @@ export { error as errorSchema } from './error.js';
|
|
|
5
5
|
export { instrumented_event as instrumentedEventSchema } from './instrumented_event.js';
|
|
6
6
|
export { mouse_event as mouseEventSchema } from './mouse_event.js';
|
|
7
7
|
export { payload as payloadSchema } from './payload.js';
|
|
8
|
+
export { scenario_tracker as scenarioTrackerSchema } from './scenario_tracker.js';
|
|
8
9
|
export { simple as simpleSchema } from './simple.js';
|
|
10
|
+
export { web_vitals as webVitalsSchema } from './web_vitals.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const web_vitals={namespace:"sf.instrumentation",name:"WebVitals",pbjsSchema:{"nested":{"sf":{"nested":{"instrumentation":{"nested":{"WebVitals":{"fields":{"name":{"options":{},"id":1,"type":"string"},"delta":{"options":{},"id":3,"type":"double"},"value":{"options":{},"id":2,"type":"double"}}}}}}}}}};
|
package/sf_lightningsdk/index.js
CHANGED
|
@@ -5,4 +5,5 @@ export { module_download as moduleDownloadSchema } from './module_download.js';
|
|
|
5
5
|
export { module_invalidation as moduleInvalidationSchema } from './module_invalidation.js';
|
|
6
6
|
export { module_load as moduleLoadSchema } from './module_load.js';
|
|
7
7
|
export { navigation as navigationSchema } from './navigation.js';
|
|
8
|
+
export { resource_download as resourceDownloadSchema } from './resource_download.js';
|
|
8
9
|
export { route_priming as routePrimingSchema } from './route_priming.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const resource_download={namespace:"sf.lightningsdk",name:"ResourceDownload",pbjsSchema:{"nested":{"sf":{"nested":{"lightningsdk":{"nested":{"ResourceDownload":{"options":{"(meta.msg.desc)":"Resource download specified in a bootstrap manifest"},"fields":{"url":{"options":{},"id":1,"type":"string"}}}}}}}}}};
|
|
@@ -5,4 +5,5 @@ export { module_download as moduleDownloadSchema } from './module_download.js';
|
|
|
5
5
|
export { module_invalidation as moduleInvalidationSchema } from './module_invalidation.js';
|
|
6
6
|
export { module_load as moduleLoadSchema } from './module_load.js';
|
|
7
7
|
export { navigation as navigationSchema } from './navigation.js';
|
|
8
|
+
export { resource_download as resourceDownloadSchema } from './resource_download.js';
|
|
8
9
|
export { route_priming as routePrimingSchema } from './route_priming.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const contacts_service={namespace:"sf.nimbus",name:"ContactsService",pbjsSchema:{"nested":{"sf":{"nested":{"nimbus":{"nested":{"ContactsService":{"options":{"(meta.msg.desc)":"The telemetry payload for the Nimbus Contacts Service plugin."},"fields":{"contactCount":{"options":{},"id":3,"type":"
|
|
1
|
+
export const contacts_service={namespace:"sf.nimbus",name:"ContactsService",pbjsSchema:{"nested":{"sf":{"nested":{"nimbus":{"nested":{"ContactsService":{"options":{"(meta.msg.desc)":"The telemetry payload for the Nimbus Contacts Service plugin."},"fields":{"contactCount":{"options":{},"id":3,"type":"uint32"},"pluginVersion":{"options":{},"id":1,"type":"string"},"taskName":{"options":{},"id":2,"type":"string"},"message":{"options":{},"id":4,"type":"string"}}}}}}}}}};
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='238.
|
|
1
|
+
export const version='238.16.0'
|
package/sf_lex/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export const initialLexRootActivity={namespace:"sf.lex",name:"InitialLexRootActivity",pbjsSchema:{"nested":{"sf":{"nested":{"lex":{"nested":{"InitialLexRootActivity":{"fields":{"pageEpt":{"options":{},"id":2,"type":"double"},"pageLocation":{"options":{},"id":3,"type":"string"},"pageEntityType":{"options":{},"id":4,"type":"string"},"pageUrl":{"options":{},"id":5,"type":"string"},"bootstrapDuration":{"options":{},"id":1,"type":"double"}}}}}}}}}};
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export const lexRootActivity={namespace:"sf.lex",name:"LexRootActivity",pbjsSchema:{"nested":{"sf":{"nested":{"lex":{"nested":{"LexRootActivity":{"fields":{"isPageChanged":{"options":{},"id":6,"type":"bool"},"isDeviated":{"options":{},"id":16,"type":"bool"},"isInstrumentedAiltn":{"options":{},"id":4,"type":"bool"},"isInstrumentedO11y":{"options":{},"id":5,"type":"bool"},"deviationElement":{"options":{},"id":18,"type":"string"},"pageStartLocation":{"options":{},"id":7,"type":"string"},"endHeap":{"options":{},
|
|
2
|
-
"id":3,"type":"uint32"},"pageEndLocation":{"options":{},"id":8,"type":"string"},"pageEndEntityType":{"options":{},"id":10,"type":"string"},"target":{"options":{},"id":14,"type":"string"},"xpath":{"options":{},"id":1,"type":"string"},"scope":{"options":{},"id":13,"type":"string"},"deviationReason":{"options":{},"id":17,"type":"string"},"pageStartEntityType":{"options":{},"id":9,"type":"string"},"pageEndUrl":{"options":{},"id":12,"type":"string"},"uiThreadDelay":{"options":{},"id":15,"type":"double"},
|
|
3
|
-
"startHeap":{"options":{},"id":2,"type":"uint32"},"pageStartUrl":{"options":{},"id":11,"type":"string"}}}}}}}}}};
|
package/sf_lex/sf_lex.js
DELETED