@salesforce/lds-instrumentation 1.246.0 → 1.248.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.
|
@@ -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.
|
|
110
|
+
// engine version: 0.151.1-fc3a996e
|
|
111
111
|
|
|
112
112
|
const DurableEnvironmentEventDiscriminator = 'durable';
|
|
113
113
|
function isDurableEnvironmentEvent(event) {
|
|
@@ -679,8 +679,8 @@ var metricKeys = /*#__PURE__*/Object.freeze({
|
|
|
679
679
|
*
|
|
680
680
|
* Below are the R.E.A.D.S. metrics for the Lightning Data Service, defined here[2].
|
|
681
681
|
*
|
|
682
|
-
* [1]
|
|
683
|
-
* [2]
|
|
682
|
+
* [1] Search "[M1] Lightning Data Service Design Spike" in Quip
|
|
683
|
+
* [2] Search "Lightning Data Service R.E.A.D.S. Metrics" in Quip
|
|
684
684
|
*/
|
|
685
685
|
const OBSERVABILITY_NAMESPACE = 'LIGHTNING.lds.service';
|
|
686
686
|
const ADAPTER_INVOCATION_COUNT_METRIC_NAME = 'request';
|
|
@@ -1502,4 +1502,4 @@ function onIdleDetected(callback) {
|
|
|
1502
1502
|
const instrumentation = new Instrumentation();
|
|
1503
1503
|
|
|
1504
1504
|
export { Instrumentation, LRUCache, metricKeys as METRIC_KEYS, handleIngestedNewData, handleOnDataOutOfTtlDurationUpdate, incrementCounterMetric, incrementGetRecordNormalInvokeCount, incrementGetRecordNotifyChangeAllowCount, incrementGetRecordNotifyChangeDropCount, incrementNotifyRecordUpdateAvailableAllowCount, incrementNotifyRecordUpdateAvailableDropCount, instrumentAdapter, instrumentLuvio, instrumentMethods, instrumentStoreMethods, instrumentation, logObjectInfoChanged, onIdleDetected, setInstrumentationHooks, setLdsAdaptersUiapiInstrumentation, setLdsNetworkAdapterInstrumentation, setStoreEventObservers, setupInstrumentation, startAdapterActivity, updatePercentileHistogramMetric };
|
|
1505
|
-
// version: 1.
|
|
1505
|
+
// version: 1.248.0-1f7f01112
|
|
@@ -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