Hyperlinkv0.8.0-beta.28

effect

Metric42

Constructors

Models

Guards

Getters

Mapping

Mutations

Attributes

Boundaries

Counter

Debugging

Input

Metrics

CounterinterfaceA Counter metric that tracks cumulative values that typically only increase.disableRuntimeMetricsconstDisables automatic collection of fiber runtime metrics for the provided Effect.disableRuntimeMetricsLayerconstLayer that disables automatic collection of fiber runtime metrics.enableRuntimeMetricsconstEnables automatic collection of fiber runtime metrics for the provided Effect.enableRuntimeMetricsLayerconstLayer that enables automatic collection of fiber runtime metrics across an entire Effect application.FiberRuntimeMetricsImplconstDefault implementation of the fiber runtime metrics service.FiberRuntimeMetricsKeyconstService key for the fiber runtime metrics service.FiberRuntimeMetricsServiceinterfaceInterface for the fiber runtime metrics service that tracks fiber lifecycle events.FrequencyinterfaceA Frequency metric interface that counts occurrences of discrete string values.FrequencyStateinterfaceState interface for Frequency metrics containing occurrence counts for discrete string values.GaugeinterfaceA Gauge metric that tracks instantaneous values that can go up or down.GaugeStateinterfaceState interface for Gauge metrics containing the current instantaneous value.HistograminterfaceA Histogram metric that records observations in configurable buckets to analyze value distributions.HistogramStateinterfaceState interface for Histogram metrics containing bucket distributions and aggregate statistics.SummaryinterfaceA Summary metric that calculates quantiles over a sliding time window of observations.SummaryStateinterfaceState interface for Summary metrics containing quantile calculations and aggregate statistics.

References

Runtime Metrics

Snapshotting