Files
watcher/releasenotes/notes/query-interval-not-query-timeout-ecb6f2c6b1a647e9.yaml
Takashi Kajinami 7106a12251 Rename confusing query timeout options
These do not actually define timeout but interval. Rename the options
to reflect what they actually define. The existing deprecated options
in the [gnocchi_client] are also removed, because these have been kept
for 6 years.

In addition, fix inconsistent name (query vs call).

Change-Id: Ib29115746a25b45bdff1c3da8df9d7167c2db662
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
2025-08-27 23:22:45 +09:00

22 lines
686 B
YAML

---
deprecations:
- |
The ``[collector] api_query_timeout`` option was deprecated in favor of
the ``[collector] api_query_interval`` option.
- |
The ``[collector] api_call_retries`` option was deprecated in favor of
the ``[collector] api_query_max_retries`` option.
- |
The ``[watcher_datasources] query_timeout`` option was deprecated in favor
of the ``[watcher_datasources] query_interval`` option.
- |
The following deprecated options were removed.
- ``[gnocchi_client] query_timeout`` (Use
``[watcher_datsources] query_interval``)
- ``[gnocchi_client] query_max_retries`` (Use
``[watcher_datasources] query_max_retires``)