Changelog History
Page 7
-
v1.31.5-cluster
December 26, 2019 -
v1.31.4 Changes
December 25, 2019๐ Changes since v1.31.3
- Adjust calculations for
rate
andincrease
over the first data points of time series. This should properly trigger alerts on/api/v1/query
for counters starting from values greater than 0. - ๐ Improve error logging for #281
๐ Fix possible panic on queries with
offset
. Panic text looks like:BUG: len(leftVaues) must match len(rightValues) and len(dstValues)
How to run VictoriaMetrics
๐ Unpack the
victoria-metrics-*.tar.gz
archive and read these docs.โช
vmutils-*.tag.gz
archive contains vmbackup and vmrestore tools for backups on S3 or GCS.๐ณ The corresponding docker image is available here.
Cluster version is available here. - Adjust calculations for
-
v1.31.4-cluster
December 24, 2019 -
v1.31.3 Changes
December 24, 2019๐ Changes since v1.31.2
- ๐ Prevent from possible encoder leak when concurrent goroutines create encoders for the same compressionLevel. See klauspost/compress#195 for details.
- ๐ฒ Return back blocking logging, since async logging could lose messages on app shutdown.
- ๐ Use CGO-based zstd library for
GOARCH=amd64
in the published docker image as was done in v1.30.* and older releases.
How to run VictoriaMetrics
๐ Unpack the
victoria-metrics-*.tar.gz
archive and read these docs.โช
vmutils-*.tag.gz
archive contains vmbackup and vmrestore tools for backups on S3 or GCS.๐ณ The corresponding docker image is available here.
Cluster version is available here. -
v1.31.3-cluster
December 24, 2019 -
v1.31.2 Changes
December 20, 2019๐ Changes since v1.31.1
- Skip authentication when accessing /health and /ping endpoints
- Return StatusNoContent http response for
/api/v1/import
to be consistent with other insert handlers - ๐ Optimize bulk import performance when multiple data points are inserted for the same time series
- ๐ Scale ingestion performance by sharding rawRows on systems with more than 8 CPU cores
- โ Add
-search.maxExportDuration
command-line flag for limiting/api/v1/export
duration. See #275 - ๐ฒ Prevent from blocking when log output isn't consumed in timely manner. Drop log messages instead of blocking and increment
vm_log_messages_dropped_total
metric
How to run VictoriaMetrics
๐ Unpack the
victoria-metrics-*.tar.gz
archive and read these docs.โช
vmutils-*.tag.gz
archive contains vmbackup and vmrestore tools for backups on S3 or GCS.๐ณ The corresponding docker image is available here.
Cluster version is available here. -
v1.31.2-cluster
December 20, 2019 -
v1.31.1 Changes
December 15, 2019๐ Changes since v1.31.0
- โ Add
-loggerFormat
for choosing log message formats. Supported formats: default, json. See #265 - ๐ Simultaneously accept
telnet put
andHTTP /api/put
OpenTSDB metrics at-opentsdbListenAddr
. See #266 - โ Add ability to pass
match[]
,start
andend
to/api/v1/labels
. This makes the/api/v1/labels
handler consistent with the already existing functionality for/api/v1/label/.../values
. See prometheus/prometheus#6178
How to run VictoriaMetrics
๐ Unpack the
victoria-metrics-*.tar.gz
archive and read these docs.โช
vmutils-*.tag.gz
archive contains vmbackup and vmrestore tools for backups on S3 or GCS.๐ณ The corresponding docker image is available here.
Cluster version is available here. - โ Add
-
v1.31.1-cluster
December 14, 2019 -
v1.31.0 Changes
December 11, 2019๐ Changes since v1.30.6
- ๐ Allow negative offsets in PromQL. See prometheus/prometheus#6282 .
- Return matrix instead of vector on subqueries to
/api/v1/query
like Prometheus does. - ๐ Return
lower
andupper
bounds for the estimated percentile fromhistogram_quantile
if third arg is passed. See prometheus/prometheus#5706 - ๐ Publish Docker images for the following GOARCH: amd64, arm, arm64, ppc64le and 386. See #258 .
How to run VictoriaMetrics
๐ Unpack the
victoria-metrics-*.tar.gz
archive and read these docs.โช
vmutils-*.tag.gz
archive contains vmbackup and vmrestore tools for backups on S3 or GCS.๐ณ The corresponding docker image is available here.
Cluster version is available here.