Observability

pillars.Observability
See theObservability companion class
opaque object Observability

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

object Attributes

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Attributes.type
final case class Config(enabled: Boolean, metrics: Metrics, traces: Traces, serviceName: ServiceName) extends Config

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Config
class Object
trait Matchable
class Any
Show all
object Config

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Config.type
object ServiceName extends RefinedTypeOps[String, ServiceNameConstraint, ServiceName]

Attributes

Supertypes
trait RefinedTypeOps[String, ServiceNameConstraint, ServiceName]
class Object
trait Matchable
class Any
Self type

Types

opaque type ServiceName

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply[F[_] : Pillars]: F ?=> Observability[F]
def init[F[_] : Console](appInfo: AppInfo, config: Config): Resource[F, Observability[F]]
def noop[F[_] : Async]: F[Observability[F]]

Extensions

Extensions

extension [A <: String](value: A)
def toAttribute(name: String): Attribute[String]
extension [A <: Long](value: Long)
def toAttribute(name: String): Attribute[Long]
extension [A <: Double](value: Double)
def toAttribute(name: String): Attribute[Double]
extension [A <: Boolean](value: Boolean)
def toAttribute(name: String): Attribute[Boolean]