Packages

p

com.daml

metrics

package metrics

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. metrics
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final class CacheMetrics extends AnyRef
  2. class DatabaseMetrics extends AnyRef
  3. final case class Event(name: String, attributeMap: Map[SpanAttribute, String]) extends Product with Serializable

    Event object for com.daml.metrics.Spans.

  4. class JvmMetricSet extends MetricSet
  5. final class MetricName extends AnyVal
  6. final class Metrics extends AnyRef
  7. sealed case class SpanAttribute(key: AttributeKey[String]) extends Product with Serializable

    Represents a well-known span attribute key.

  8. case class VarGauge[T](initial: T) extends Gauge[T] with Product with Serializable

Value Members

  1. val ParticipantTracer: Tracer
  2. object InstrumentedSource
  3. object JvmMetricSet
  4. object MetricName
  5. object SpanAttribute extends Serializable
  6. object Spans

    A wafer-thin abstraction over OpenTelemetry so other packages don't need to use opentelemetry-api directly.

  7. object Timed

Inherited from AnyRef

Inherited from Any

Ungrouped