Datadog

com.ovoenergy.natchez.extras.datadog.Datadog$
object Datadog

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Datadog.type

Members list

Concise view

Value members

Concrete methods

def entryPoint[F[_] : Async](client: Client[F], service: String, resource: String, agentHost: Uri): Resource[F, EntryPoint[F]]

Produce an EntryPoint into a Datadog tracing context, kicks off the async publishing process. We don't quite adhere to the spirit of these functions in that continue always succeeds but does its best to recreate the trace from HTTP

Produce an EntryPoint into a Datadog tracing context, kicks off the async publishing process. We don't quite adhere to the spirit of these functions in that continue always succeeds but does its best to recreate the trace from HTTP

Attributes