o11y_schema 238.6.0 → 238.10.1
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
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"publishConfig": {"registry": "https://registry.npmjs.org/"},
|
|
3
2
|
"keywords": [
|
|
4
3
|
"schema",
|
|
5
4
|
"observability",
|
|
@@ -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.10.1",
|
|
31
30
|
"license": "BSD-3-Clause",
|
|
32
31
|
"name": "o11y_schema",
|
|
33
32
|
"lwc": {
|
|
@@ -1,7 +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
|
-
"id":
|
|
3
|
-
"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":{},"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."},
|
|
4
|
-
"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"},"value":{"options":{},"id":2,"type":"string"}}},"
|
|
5
|
-
"id":
|
|
6
|
-
"
|
|
7
|
-
"
|
|
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":{"bucketHistograms":{"options":{},"rule":"repeated","id":3,"type":"BucketHistogram"},"valueRecorders":{"options":{},"rule":"repeated","id":2,"type":"ValueRecorder"},"upCounters":{"options":{},
|
|
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":{},"id":7,"type":"uint32"}}},"LogMessage":{"fields":{"appPayload":{"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":{},"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."},
|
|
4
|
+
"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"},"value":{"options":{},"id":2,"type":"string"}}},"BucketHistogram":{"fields":{"lastUpdatedTimestamp":{"options":{},"id":3,"type":"double"},"ownerName":{"options":{},
|
|
5
|
+
"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","id":6,"type":"MetricTag"}}},"ValueRecorder":{"fields":{"lastUpdatedTimestamp":{"options":{},"id":3,"type":"double"},"ownerName":{"options":{},"id":6,"type":"string"},
|
|
6
|
+
"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":{},"id":2,"type":"string"},"appName":{"options":{},"id":1,"type":"string"},"deviceModel":{"options":{},"id":5,"type":"string"},"sdkVersion":{"options":{},"id":6,
|
|
7
|
+
"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":{},"id":6,"type":"string"},"ownerAppName":{"options":{},"id":7,"type":"string"},"createdTimestamp":{"options":{},"id":2,"type":"double"},"name":{"options":{},
|
|
8
|
+
"id":1,"type":"string"},"value":{"options":{},"id":4,"type":"uint32"},"tags":{"options":{},"rule":"repeated","id":5,"type":"MetricTag"}}}}}}}}}};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const user_payload={namespace:"sf.o11ySample",name:"UserPayload",pbjsSchema:{"nested":{"sf":{"nested":{"o11ySample":{"nested":{"UserPayload":{"options":{"(meta.msg.desc)":"This is used for the Sample app only and must not be used for any other purpose"},"fields":{"bool":{"options":{},"id":1,"type":"bool"},"string":{"options":{},"id":2,"type":"string"},"int32":{"options":{},"id":3,"type":"int32"},"int64":{"options":{"(meta.metric_tag)":"int"},"id":4,"type":"int64"},"double":{"options":{},"id":7,
|
|
2
|
-
"type":"double"},"uint64":{"options":{},"id":6,"type":"uint64"},"uint32":{"options":{},"id":5,"type":"uint32"}}}}}}}}}};
|
|
2
|
+
"type":"double"},"uint64":{"options":{},"id":6,"type":"uint64"},"uint32":{"options":{},"id":5,"type":"uint32"},"recordIds":{"options":{},"rule":"repeated","id":8,"type":"string"}}}}}}}}}};
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='238.
|
|
1
|
+
export const version='238.10.1'
|