Expand description
§Production-Level Metrics Collection and Monitoring
This module provides comprehensive metrics collection, health checks, and monitoring
capabilities for production deployments of SciRS2
Core.
Structs§
- Counter
- High-performance counter metric
- Gauge
- High-performance gauge metric
- Health
Check - Health check result
- Health
Monitor - Health monitoring system
- Histogram
- Histogram metric for tracking distributions
- Histogram
Stats - Histogram statistics
- Memory
Health Check - Built-in health checks Memory usage health check
- Metric
Point - A metric data point with timestamp and labels
- Metrics
Registry - Metrics registry for managing all metrics
- Timer
- Timer metric for measuring durations
- Timer
Guard - Guard for automatic timing
Enums§
- Health
Status - Health check status
- Metric
Type - Metric types supported by the system
- Metric
Value - Metric value representation
Traits§
- Health
Checker - Trait for health check implementations
- Metric
Provider - Trait for types that can provide metric points
Functions§
- global_
healthmonitor - Get the global health monitor
- global_
metrics_ registry - Get the global metrics registry