A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
C
- calculateClipping(Rect,Rect,Float) - function in ai.kubesense.android.internal.utils.ImageViewUtils
- Calculates the clipping Rect of the given child Rect using its parent Rect and the screen density.
- call() - function in java.util.concurrent.NamedCallable
- call(String,String,Bundle) - function in android.content.KubesenseRumContentProvider
- call(String,String,String,Bundle) - function in android.content.KubesenseRumContentProvider
- canonicalize(Uri) - function in android.content.KubesenseRumContentProvider
- clear() - function in kotlin.collections.EvictingQueue
- clear() - function in ai.kubesense.android.internal.data.PreferencesStorage
- Clear all values from the storage.
- clear() - function in ai.kubesense.android.internal.data.SharedPreferencesStorage
- Clear all values from the storage.
- clearCallingIdentity() - function in android.content.KubesenseRumContentProvider
- COMPOSE - enum entry in ai.kubesense.android.internal.attributes.ViewScopeInstrumentationType
Tracked through ComposeNavigationObserver instrumentation.
- contains(T) - function in kotlin.collections.EvictingQueue
- containsAll(Collection) - function in kotlin.collections.EvictingQueue
- create() - function in ai.kubesense.android.internal.utils.KubesenseCoreSubscription.Companion
- createExecutionTimer(String,TimeProvider) - function in ai.kubesense.android.internal.profiler.GlobalBenchmark
- Creates the appropriate ExecutionTimer.
- createObservableGauge(String,Map,Function0) - function in ai.kubesense.android.internal.profiler.BenchmarkMeter
- Creates an observable gauge for the parameters.
- CREATION_SAMPLING_RATE - enum entry in ai.kubesense.android.internal.attributes.LocalAttribute.Key
Some of the metrics such as PerformanceMetric are sampled at the point of metric creation and then reported with 100% probability. In such cases we need to use creationSampleRate to correctly calculate effectiveSampleRate. The creation(head) sample rate only exists for long-lived metrics such as method performance. Created metric still could not be sent, it depends on the REPORTING_SAMPLING_RATE sample rate.