Enable Telemetry services¶
TechPreview Deprecated since MOSK 24.2.2
The Telemetry services monitor OpenStack components, collect and store the telemetry data from them, and perform responsive actions upon this data.
To enable the Telemetry service:
Specify the following definition in the OpenStackDeployment
custom resource (CR):
kind: OpenStackDeployment
spec:
features:
services:
- alarming
- metering
- metric
telemetry:
mode: autoscaling
See also