lightspeed/integration/ops
Operator tooling integration patterns for ecosystem compatibility (M26).
Types
Telemetry/ops backend profile.
pub type Backend {
BeamObserver
TelemetryBridge(module: String)
MixedTelemetry(metrics_module: String, traces_module: String)
}
Constructors
-
BeamObserver -
TelemetryBridge(module: String) -
MixedTelemetry(metrics_module: String, traces_module: String)
One operator integration pattern.
pub type Pattern {
Pattern(
name: String,
backend: Backend,
runbook_ready: Bool,
monitor_ready: Bool,
rollback_ready: Bool,
incident_ready: Bool,
slo_burn_rate_ready: Bool,
)
}
Constructors
-
Pattern( name: String, backend: Backend, runbook_ready: Bool, monitor_ready: Bool, rollback_ready: Bool, incident_ready: Bool, slo_burn_rate_ready: Bool, )