o11y_schema 240.7.0 → 240.8.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
@@ -30,7 +30,7 @@
30
30
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
31
31
  },
32
32
  "type": "module",
33
- "version": "240.7.0",
33
+ "version": "240.8.0",
34
34
  "license": "BSD-3-Clause",
35
35
  "name": "o11y_schema",
36
36
  "lwc": {
@@ -0,0 +1,2 @@
1
+ export const idle_detector_report={namespace:"sf.instrumentation",name:"IdleDetectorReport",pbjsSchema:{"nested":{"sf":{"nested":{"instrumentation":{"nested":{"IdleDetectorReport":{"options":{"(meta.msg.desc)":"This is used by the Idle Detector in o11y"},"fields":{"listenerCount":{"options":{},"id":3,"type":"uint32"},"busyTasks":{"options":{},"rule":"repeated","id":5,"type":"string"},"busyDurations":{"options":{},"rule":"repeated","id":6,"type":"double"},"pollableCount":{"options":{},"id":4,"type":"uint32"},
2
+ "pollCounts":{"options":{},"rule":"repeated","id":8,"type":"double"},"logThreshold":{"options":{},"id":2,"type":"double"},"maxDuration":{"options":{},"id":1,"type":"double"},"pollables":{"options":{},"rule":"repeated","id":7,"type":"string"}}}}}}}}}};
@@ -2,6 +2,7 @@ export { activity as activitySchema } from './activity.js';
2
2
  export { basic_page as basicPageSchema } from './basic_page.js';
3
3
  export { core_envelope as coreEnvelopeSchema } from './core_envelope.js';
4
4
  export { error as errorSchema } from './error.js';
5
+ export { idle_detector_report as idleDetectorReportSchema } from './idle_detector_report.js';
5
6
  export { instrumented_event as instrumentedEventSchema } from './instrumented_event.js';
6
7
  export { mouse_event as mouseEventSchema } from './mouse_event.js';
7
8
  export { payload as payloadSchema } from './payload.js';
@@ -2,6 +2,7 @@ export { activity as activitySchema } from './activity.js';
2
2
  export { basic_page as basicPageSchema } from './basic_page.js';
3
3
  export { core_envelope as coreEnvelopeSchema } from './core_envelope.js';
4
4
  export { error as errorSchema } from './error.js';
5
+ export { idle_detector_report as idleDetectorReportSchema } from './idle_detector_report.js';
5
6
  export { instrumented_event as instrumentedEventSchema } from './instrumented_event.js';
6
7
  export { mouse_event as mouseEventSchema } from './mouse_event.js';
7
8
  export { payload as payloadSchema } from './payload.js';
@@ -1 +1 @@
1
- export const version='240.7.0'
1
+ export const version='240.8.0'