KueryClientFetchObservationConvention

ObservationConvention for the fetch observations recorded by KueryClient and KueryBlockingClient.

Implement this and pass it to the client builder's observationConvention(...) to customize the observation name (kuery.client.fetches by default) or the recorded tags.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val name: String

Functions

Link copied to clipboard
open fun getContextualName(context: KueryClientFetchContext?): @Nullable String?
Link copied to clipboard
Link copied to clipboard
open fun getLowCardinalityKeyValues(context: KueryClientFetchContext?): KeyValues?
Link copied to clipboard
open override fun getName(): String
Link copied to clipboard
open override fun supportsContext(context: Observation.Context): Boolean