@salesforce/lds-instrumentation 1.229.0-dev7 → 1.229.0-dev9
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.
|
@@ -107,7 +107,7 @@ var TypeCheckShapes;
|
|
|
107
107
|
TypeCheckShapes[TypeCheckShapes["Integer"] = 3] = "Integer";
|
|
108
108
|
TypeCheckShapes[TypeCheckShapes["Unsupported"] = 4] = "Unsupported";
|
|
109
109
|
})(TypeCheckShapes || (TypeCheckShapes = {}));
|
|
110
|
-
// engine version: 0.146.0-
|
|
110
|
+
// engine version: 0.146.0-dev5-a2ec6e3f
|
|
111
111
|
|
|
112
112
|
const DurableEnvironmentEventDiscriminator = 'durable';
|
|
113
113
|
function isDurableEnvironmentEvent(event) {
|
|
@@ -678,8 +678,8 @@ var metricKeys = /*#__PURE__*/Object.freeze({
|
|
|
678
678
|
*
|
|
679
679
|
* Below are the R.E.A.D.S. metrics for the Lightning Data Service, defined here[2].
|
|
680
680
|
*
|
|
681
|
-
* [1]
|
|
682
|
-
* [2]
|
|
681
|
+
* [1] Search "[M1] Lightning Data Service Design Spike" in Quip
|
|
682
|
+
* [2] Search "Lightning Data Service R.E.A.D.S. Metrics" in Quip
|
|
683
683
|
*/
|
|
684
684
|
const OBSERVABILITY_NAMESPACE = 'LIGHTNING.lds.service';
|
|
685
685
|
const ADAPTER_INVOCATION_COUNT_METRIC_NAME = 'request';
|
|
@@ -1496,4 +1496,4 @@ function setStoreEventObservers(store) {
|
|
|
1496
1496
|
const instrumentation = new Instrumentation();
|
|
1497
1497
|
|
|
1498
1498
|
export { Instrumentation, LRUCache, metricKeys as METRIC_KEYS, handleIngestedNewData, handleOnDataOutOfTtlDurationUpdate, incrementCounterMetric, incrementGetRecordNormalInvokeCount, incrementGetRecordNotifyChangeAllowCount, incrementGetRecordNotifyChangeDropCount, incrementNotifyRecordUpdateAvailableAllowCount, incrementNotifyRecordUpdateAvailableDropCount, instrumentAdapter, instrumentLuvio, instrumentMethods, instrumentStoreMethods, instrumentation, logObjectInfoChanged, setInstrumentationHooks, setLdsAdaptersUiapiInstrumentation, setLdsNetworkAdapterInstrumentation, setStoreEventObservers, setupInstrumentation, startAdapterActivity, updatePercentileHistogramMetric };
|
|
1499
|
-
// version: 1.229.0-
|
|
1499
|
+
// version: 1.229.0-dev9-dd96b5901
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
*
|
|
7
7
|
* Below are the R.E.A.D.S. metrics for the Lightning Data Service, defined here[2].
|
|
8
8
|
*
|
|
9
|
-
* [1]
|
|
10
|
-
* [2]
|
|
9
|
+
* [1] Search "[M1] Lightning Data Service Design Spike" in Quip
|
|
10
|
+
* [2] Search "Lightning Data Service R.E.A.D.S. Metrics" in Quip
|
|
11
11
|
*/
|
|
12
12
|
export declare const OBSERVABILITY_NAMESPACE = "LIGHTNING.lds.service";
|
|
13
13
|
export declare const ADAPTER_INVOCATION_COUNT_METRIC_NAME = "request";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-instrumentation",
|
|
3
|
-
"version": "1.229.0-
|
|
3
|
+
"version": "1.229.0-dev9",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "Instrumentation utils for Lightning Data Service",
|
|
6
6
|
"main": "dist/ldsInstrumentation.js",
|
|
@@ -33,15 +33,15 @@
|
|
|
33
33
|
"release:corejar": "yarn build && ../core-build/scripts/core.js --name=lds-instrumentation"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@salesforce/lds-bindings": "1.229.0-
|
|
37
|
-
"@salesforce/lds-default-luvio": "1.229.0-
|
|
38
|
-
"@salesforce/lds-utils-adapters": "1.229.0-
|
|
36
|
+
"@salesforce/lds-bindings": "1.229.0-dev9",
|
|
37
|
+
"@salesforce/lds-default-luvio": "1.229.0-dev9",
|
|
38
|
+
"@salesforce/lds-utils-adapters": "1.229.0-dev9",
|
|
39
39
|
"o11y": "244.0.0",
|
|
40
40
|
"o11y_schema": "244.37.1"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@salesforce/lds-adapters-uiapi": "1.229.0-
|
|
44
|
-
"@salesforce/lds-network-adapter": "1.229.0-
|
|
43
|
+
"@salesforce/lds-adapters-uiapi": "1.229.0-dev9",
|
|
44
|
+
"@salesforce/lds-network-adapter": "1.229.0-dev9"
|
|
45
45
|
},
|
|
46
46
|
"luvioBundlesize": [
|
|
47
47
|
{
|