Aggregated Telemetry.Metrics from all observability engines.
Used as the default metrics module for both the Reporter and LiveDashboard.
Re-exports from TimelessMetricsDashboard.DefaultMetrics and adds log/span metrics.
Usage
# All metrics (default when no :metrics option given to TimelessPhoenix)
TimelessPhoenix.DefaultMetrics.all()
# Or pick what you need:
TimelessPhoenix.DefaultMetrics.vm_metrics() ++
TimelessPhoenix.DefaultMetrics.phoenix_metrics() ++
TimelessPhoenix.DefaultMetrics.log_stream_metrics()
Summary
Functions
All default metrics combined: VM, Phoenix, LiveView, Timeless, LogStream, SpanStream.
TimelessLogs metrics: buffer flushes, retention cleanup.
TimelessTraces metrics: buffer flushes, retention cleanup.
Functions
All default metrics combined: VM, Phoenix, LiveView, Timeless, LogStream, SpanStream.
This is the default when no :metrics option is passed to TimelessPhoenix.
See TimelessMetricsDashboard.DefaultMetrics.live_view_metrics/0.
TimelessLogs metrics: buffer flushes, retention cleanup.
See TimelessMetricsDashboard.DefaultMetrics.phoenix_metrics/0.
TimelessTraces metrics: buffer flushes, retention cleanup.
See TimelessMetricsDashboard.DefaultMetrics.timeless_metrics/0.