Victoria Series Release Notes¶
13.0.2-5¶
Bug Fixes¶
Fixes policy check when getting dataframes using the v2 API, causing the operation to fail when run by a non-admin user. See story 2009879 <https://storyboard.openstack.org/#!/story/2009879>`_ for more details.
Fix response format
total
for v2 dataframes API. The response for v2 dataframes is{"total": 3}
. However, for Elasticsearch search response, the"hits.total"
in the response body is{"value": 3, "relation": "eq"}
, which does not match the API response schema.
Fix failure to process rating using the PyScripts rating module.
13.0.2¶
Bug Fixes¶
Fixes the quote API method. See story 2009022 <https://storyboard.openstack.org/#!/story/2009022>`_ for more details.
13.0.0¶
New Features¶
Adds a new configuration
http_pool_maxsize
that defines the maximum size of Gnocchi’s fetcher and collector HTTP connection pools.The default value of this new configuration is defined by the
requests
library in therequests.adapters.DEFAULT_POOLSIZE
global variable.
Adds a Monasca fetcher retrieving scopes from Monasca dimensions. See the fetcher documentation for more details.
Known Issues¶
Fixes exceptions in Prometheus collector when metadata defined in
metrics.yml
is not present on metrics retrieved from Prometheus.
The Prometheus collector now applies quantity mutation on metrics.
Bug Fixes¶
The use of
tz.UTC
from thedateutil
package was removed, bringing compatibility with the version available in RHEL and CentOS 8.