-
Bug
-
Resolution: Done
-
Normal
-
None
-
rhos-18.0.12
-
None
-
1
-
False
-
-
False
-
?
-
rhos-conplat-observability
-
None
-
-
-
-
Moderate
To Reproduce
Deploy RHOSO with telemetry stack
telemetry.enabled = true telemetry.template.ceilometer.enabled = true
Expected behavior
Ensure to do not store the telemetry workload-generated data that is sent by ceilometer_agent_compute
Bug impact
- While telemetry is valuable, the data generated by the workload can consume a significant amount of storage space.
Known workaround
- Test in progress of
Kind: OpenStackDataPlaneNodeSet
[...]
spec:
nodeTemplate:
ansibleVars:
edpm_telemetry_enabled_exporters:
- node_exporter
- podman_exporter
- openstack_network_exporter
edpm_telemetry_healthcheck_sources:
node_exporter: exporter
podman_exporter: exporter
openstack_network_exporter: exporter
[...]
Additional context
- The goal is to find an official method that guarantees we won't compromise the telemetry collection or future upgrades.