TracedClient

com.ovoenergy.natchez.extras.http4s.client.TracedClient$
See theTracedClient companion trait

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Types

type Traced[F[_], A] = Kleisli[F, Span[F], A]

Value members

Concrete methods

def apply[F[_] : Sync](client: Client[F], config: Configuration[F]): TracedClient[[_] =>> Traced[F, _$8]]