o11y_schema 248.7.0 → 248.9.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
CHANGED
|
@@ -7,6 +7,7 @@ export { idle_detector_report as idleDetectorReportSchema } from './idle_detecto
|
|
|
7
7
|
export { instrumented_event as instrumentedEventSchema } from './instrumented_event.js';
|
|
8
8
|
export { mouse_event as mouseEventSchema } from './mouse_event.js';
|
|
9
9
|
export { network as networkSchema } from './network.js';
|
|
10
|
+
export { network_request as networkRequestSchema } from './network_request.js';
|
|
10
11
|
export { payload as payloadSchema } from './payload.js';
|
|
11
12
|
export { simple as simpleSchema } from './simple.js';
|
|
12
13
|
export { web_vitals as webVitalsSchema } from './web_vitals.js';
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export const network_request={namespace:"sf.instrumentation",name:"NetworkRequest",pbjsSchema:{"nested":{"sf":{"nested":{"instrumentation":{"nested":{"NetworkRequest":{"oneofs":{"_serverDuration":{"oneof":["serverDuration"]},"_renderBlockingStatus":{"oneof":["renderBlockingStatus"]},"_requestBatchCount":{"oneof":["requestBatchCount"]},"_firstInterimResponseStart":{"oneof":["firstInterimResponseStart"]},"_isCdnCached":{"oneof":["isCdnCached"]},"_databaseDuration":{"oneof":["databaseDuration"]}},"fields":{"encodedBodySize":{"id":21,
|
|
2
|
+
"type":"uint32"},"responseEnd":{"id":19,"type":"double"},"domainLookupEnd":{"id":12,"type":"double"},"serverRequestId":{"id":30,"type":"string"},"firstInterimResponseStart":{"options":{"proto3_optional":true},"id":18,"type":"double"},"duration":{"id":3,"type":"double"},"decodedBodySize":{"id":22,"type":"uint32"},"redirectStart":{"id":8,"type":"double"},"connectEnd":{"id":15,"type":"double"},"isCdnCached":{"options":{"proto3_optional":true},"id":24,"type":"bool"},"requestStart":{"id":16,"type":"double"},
|
|
3
|
+
"startTime":{"id":2,"type":"double"},"fetchStart":{"id":10,"type":"double"},"serverDuration":{"options":{"proto3_optional":true},"id":26,"type":"double"},"renderBlockingStatus":{"options":{"proto3_optional":true},"id":6,"type":"string"},"workerStart":{"id":7,"type":"double"},"databaseDuration":{"options":{"proto3_optional":true},"id":25,"type":"double"},"responseStart":{"id":17,"type":"double"},"domainLookupStart":{"id":11,"type":"double"},"url":{"id":1,"type":"string"},"redirectEnd":{"id":9,"type":"double"},
|
|
4
|
+
"transferSize":{"id":20,"type":"uint32"},"responseStatusCode":{"id":23,"type":"uint32"},"connectStart":{"id":13,"type":"double"},"serverTimingName":{"id":27,"type":"string"},"secureConnectionStart":{"id":14,"type":"double"},"requestBatchCount":{"options":{"proto3_optional":true},"id":28,"type":"uint32"},"requestActionNames":{"rule":"repeated","id":29,"type":"string"},"nextHopProtocol":{"id":5,"type":"string"},"initiatorType":{"id":4,"type":"string"}}}}}}}}}};
|
|
@@ -7,6 +7,7 @@ export { idle_detector_report as idleDetectorReportSchema } from './idle_detecto
|
|
|
7
7
|
export { instrumented_event as instrumentedEventSchema } from './instrumented_event.js';
|
|
8
8
|
export { mouse_event as mouseEventSchema } from './mouse_event.js';
|
|
9
9
|
export { network as networkSchema } from './network.js';
|
|
10
|
+
export { network_request as networkRequestSchema } from './network_request.js';
|
|
10
11
|
export { payload as payloadSchema } from './payload.js';
|
|
11
12
|
export { simple as simpleSchema } from './simple.js';
|
|
12
13
|
export { web_vitals as webVitalsSchema } from './web_vitals.js';
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='248.
|
|
1
|
+
export const version='248.9.0'
|