Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlertThresholds ¶
type DecoherenceMonitor ¶
type DecoherenceMonitor struct {
// contains filtered or unexported fields
}
func (*DecoherenceMonitor) MonitorDecoherence ¶
func (dm *DecoherenceMonitor) MonitorDecoherence( ctx context.Context, request *proto.DecoherenceMonitorRequest, ) (*proto.DecoherenceMonitorResponse, error)
type HealthCheckConfig ¶
type MonitoringConfig ¶
type MonitoringConfig struct { SamplingInterval time.Duration AlertThresholds AlertThresholds RetentionPeriod time.Duration MaxDataPoints int32 HealthCheckConfig HealthCheckConfig }
type MonitoringService ¶
type MonitoringService struct {
// contains filtered or unexported fields
}
func NewMonitoringService ¶
func NewMonitoringService(ctx context.Context, config *MonitoringConfig) (*MonitoringService, error)
func (*MonitoringService) MonitorQuantumSystem ¶
func (ms *MonitoringService) MonitorQuantumSystem(ctx context.Context) error
Click to show internal directories.
Click to hide internal directories.