mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-02-09 15:27:11 +00:00
CHANGELOG.md: add missing link to an issue about OpenStack service discovery - https://github.com/VictoriaMetrics/VictoriaMetrics/issues/728
This commit is contained in:
parent
c4d309aa41
commit
b4356550fd
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
* FEATURE: reduce CPU usage for repeated queries over sliding time window when no new time series are added to the database.
|
* FEATURE: reduce CPU usage for repeated queries over sliding time window when no new time series are added to the database.
|
||||||
Typical use cases: repeated evaluation of alerting rules in [vmalert](https://victoriametrics.github.io/vmalert.html) or dashboard auto-refresh in Grafana.
|
Typical use cases: repeated evaluation of alerting rules in [vmalert](https://victoriametrics.github.io/vmalert.html) or dashboard auto-refresh in Grafana.
|
||||||
* FEATURE: vmagent: add OpenStack service discovery aka [openstack_sd_config](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#openstack_sd_config).
|
* FEATURE: vmagent: add OpenStack service discovery aka [openstack_sd_config](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#openstack_sd_config).
|
||||||
|
See https://github.com/VictoriaMetrics/VictoriaMetrics/issues/728 .
|
||||||
* FEATURE: vmalert: make `-maxIdleConnections` configurable for datasource HTTP client. This option can be used for minimizing connection churn.
|
* FEATURE: vmalert: make `-maxIdleConnections` configurable for datasource HTTP client. This option can be used for minimizing connection churn.
|
||||||
See https://github.com/VictoriaMetrics/VictoriaMetrics/issues/795 .
|
See https://github.com/VictoriaMetrics/VictoriaMetrics/issues/795 .
|
||||||
* FEATURE: add `-influx.maxLineSize` command-line flag for configuring the maximum size for a single Influx line during parsing.
|
* FEATURE: add `-influx.maxLineSize` command-line flag for configuring the maximum size for a single Influx line during parsing.
|
||||||
|
|
Loading…
Reference in a new issue