Note de la release actuelle¶
24.0.0-11¶
Nouvelles fonctionnalités¶
A
map
event trait plugin has been added. This allows notification meter attributes to be created by mapping one set of values from an attribute to another set of values defined in the meter definition. Additional options are also available for controlling how to handle edge cases, such as unknown values and case sensitivity.
Added the following meters to the central agent to capture these metrics for each storage pool by API.
volume.provider.pool.capacity.total
volume.provider.pool.capacity.free
volume.provider.pool.capacity.provisioned
volume.provider.pool.capacity.virtual_free
volume.provider.pool.capacity.allocated
Enhanced the Prometheus exporter to support TLS for exposing metrics securely.
The deprecated
[service_types] cinderv2
option has been removed. Use the[service_types] cinder
option instead.
Notes de mises à jours¶
The
instance
resource type has been updated to make thehost
resource attribute optional. This allows the hypervisor a compute instance is running on to be withheld from Gnocchi’s resource metadata, which may be required for security reasons e.g. for public clouds.
The
ip.floating
andnetwork.services.vpn
pollsters now publish samples for all found floating IPs and VPNs, even if they are known to have an unknown state, when they would previously be dropped. The volume of samples for such floating IPs and VPNs will be set to-1
. This improves visibility of floating IPs and VPNs with unknown states, allowing them to be monitored via samples and the Gnocchi metrics, making it easier to discover such resources for troubleshooting. It also moves some of the « business logic » for downstream rating/billing services such as CloudKitty out of Ceilometer itself.
The
network.services.vpn
now publishes samples for VPNs with statusERROR
, when they would previously be dropped. The sample volume for VPNs inERROR
state is7
.
24.0.0¶
Notes dépréciées¶
The
[polling] tenant_name_discovery
option has been deprecated in favor of the new[polling] identity_name_discovery
option.