You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Recorded when an application or library requests a feature configuration prior
191
209
/// to Nimbus initialization.
192
-
staticletfeatureRequestError=EventMetricType<NoExtraKeys,FeatureRequestErrorExtra>( // generated from nimbus_health.feature_request_error
210
+
staticletsdkUnavailableForFeature=EventMetricType<NoExtraKeys,SdkUnavailableForFeatureExtra>( // generated from nimbus_health.sdk_unavailable_for_feature
211
+
CommonMetricData(
212
+
category:"nimbus_health",
213
+
name:"sdk_unavailable_for_feature",
214
+
sendInPings:["events"],
215
+
lifetime:.ping,
216
+
disabled:false
217
+
)
218
+
,["feature_id"]
219
+
)
220
+
221
+
/// Recorded when an application or library requests a feature configuration before
222
+
/// the in memory cache has been populated from the database
223
+
staticletcacheNotReadyForFeature=EventMetricType<NoExtraKeys,CacheNotReadyForFeatureExtra>( // generated from nimbus_health.cache_not_ready_for_feature
0 commit comments