FETCH

The observation recorded for each fetch (i.e. each terminal operation of a FetchSpec), named kuery.client.fetches by default.

Properties

Link copied to clipboard
open val contextualName: @Nullable String?
Link copied to clipboard
open val defaultConvention: @Nullable Class<out ObservationConvention<out Observation.Context?>?>?
Link copied to clipboard
open val events: Array<out Observation.Event?>?
Link copied to clipboard
open val highCardinalityKeyNames: Array<out KeyName?>?
Link copied to clipboard
open val lowCardinalityKeyNames: Array<out KeyName?>?
Link copied to clipboard
open val name: @Nullable String?
Link copied to clipboard
Link copied to clipboard
open val prefix: String?

Functions

Link copied to clipboard
open fun observation(registry: ObservationRegistry?): Observation?
open fun observation(registry: ObservationRegistry?, contextSupplier: Supplier<Observation.Context?>?): Observation?
open fun <T : Observation.Context?> observation(customConvention: @Nullable ObservationConvention<T?>?, defaultConvention: ObservationConvention<T?>?, contextSupplier: Supplier<T?>?, registry: ObservationRegistry?): Observation?
Link copied to clipboard
open fun start(registry: ObservationRegistry?): Observation?
open fun start(registry: ObservationRegistry?, contextSupplier: Supplier<Observation.Context?>?): Observation?
open fun <T : Observation.Context?> start(customConvention: @Nullable ObservationConvention<T?>?, defaultConvention: ObservationConvention<T?>?, contextSupplier: Supplier<T?>?, registry: ObservationRegistry?): Observation?