o11y_schema 238.4.0 → 238.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 +1 -1
- package/sf_komaci/batch.js +1 -1
- package/sf_komaci/bulk_resolve.js +1 -1
- package/sf_komaci/index.js +1 -0
- package/sf_komaci/prefetch_service.js +1 -1
- package/sf_komaci/sf_komaci.js +1 -0
- package/sf_komaci/total_routing.js +1 -0
- package/sf_o11ySample/user_payload.js +1 -1
- package/version/version.js +1 -1
package/package.json
CHANGED
package/sf_komaci/batch.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const batch={namespace:"sf.komaci",name:"Batch",pbjsSchema:{"nested":{"sf":{"nested":{"komaci":{"nested":{"Batch":{"fields":{"constituentCount":{"options":{},"id":1,"type":"uint32"},"batchAdapter":{"options":{},"id":2,"type":"string"},"adapter":{"options":{},"id":3,"type":"string"}}}}}}}}}};
|
|
1
|
+
export const batch={namespace:"sf.komaci",name:"Batch",pbjsSchema:{"nested":{"sf":{"nested":{"komaci":{"nested":{"Batch":{"fields":{"duration":{"options":{},"id":4,"type":"double"},"constituentCount":{"options":{},"id":1,"type":"uint32"},"batchAdapter":{"options":{},"id":2,"type":"string"},"adapter":{"options":{},"id":3,"type":"string"},"startTime":{"options":{},"id":5,"type":"double"}}}}}}}}}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const bulk_resolve={namespace:"sf.komaci",name:"BulkResolve",pbjsSchema:{"nested":{"sf":{"nested":{"komaci":{"nested":{"BulkResolve":{"fields":{"keyCount":{"options":{},"id":1,"type":"uint32"}}}}}}}}}};
|
|
1
|
+
export const bulk_resolve={namespace:"sf.komaci",name:"BulkResolve",pbjsSchema:{"nested":{"sf":{"nested":{"komaci":{"nested":{"BulkResolve":{"fields":{"duration":{"options":{},"id":2,"type":"double"},"keyCount":{"options":{},"id":1,"type":"uint32"},"startTime":{"options":{},"id":3,"type":"double"}}}}}}}}}};
|
package/sf_komaci/index.js
CHANGED
|
@@ -3,4 +3,5 @@ export { batch_coordinator as batchCoordinatorSchema } from './batch_coordinator
|
|
|
3
3
|
export { bulk_resolve as bulkResolveSchema } from './bulk_resolve.js';
|
|
4
4
|
export { prefetch as prefetchSchema } from './prefetch.js';
|
|
5
5
|
export { prefetch_service as prefetchServiceSchema } from './prefetch_service.js';
|
|
6
|
+
export { total_routing as totalRoutingSchema } from './total_routing.js';
|
|
6
7
|
export { wire_context as wireContextSchema } from './wire_context.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const prefetch_service={namespace:"sf.komaci",name:"PrefetchService",pbjsSchema:{"nested":{"sf":{"nested":{"komaci":{"nested":{"PrefetchService":{"fields":{"addressCount":{"options":{},"id":1,"type":"uint32"}}}}}}}}}};
|
|
1
|
+
export const prefetch_service={namespace:"sf.komaci",name:"PrefetchService",pbjsSchema:{"nested":{"sf":{"nested":{"komaci":{"nested":{"PrefetchService":{"fields":{"startTime":{"options":{},"id":2,"type":"double"},"addressCount":{"options":{},"id":1,"type":"uint32"}}}}}}}}}};
|
package/sf_komaci/sf_komaci.js
CHANGED
|
@@ -3,4 +3,5 @@ export { batch_coordinator as batchCoordinatorSchema } from './batch_coordinator
|
|
|
3
3
|
export { bulk_resolve as bulkResolveSchema } from './bulk_resolve.js';
|
|
4
4
|
export { prefetch as prefetchSchema } from './prefetch.js';
|
|
5
5
|
export { prefetch_service as prefetchServiceSchema } from './prefetch_service.js';
|
|
6
|
+
export { total_routing as totalRoutingSchema } from './total_routing.js';
|
|
6
7
|
export { wire_context as wireContextSchema } from './wire_context.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const total_routing={namespace:"sf.komaci",name:"TotalRouting",pbjsSchema:{"nested":{"sf":{"nested":{"komaci":{"nested":{"TotalRouting":{"fields":{"duration":{"options":{},"id":1,"type":"double"},"startTime":{"options":{},"id":2,"type":"double"}}}}}}}}}};
|
|
@@ -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.8.0'
|