KueryClientFetchObservationConvention
interface KueryClientFetchObservationConvention : ObservationConvention<KueryClientFetchContext> (source)
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.