VictoriaMetrics v1.34.0 Release Notes

Release Date: 2020-02-24 // about 4 years ago
  • ๐Ÿ”„ Changes since v1.33.1

    • โž• Add vmagent for scraping Prometheus metrics. See https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/app/vmagent/README.md
    • โž• Add /internal/resetRollupResultCache handler for resetting response cache. This could be useful after backfilling
    • โž• Add -search.cacheTimestampOffset command-line flag for removing gaps on graphs if the difference between the current time and the timestamps from the ingested data exceeds 5 minutes.
    • Add vm_ prefix to deduplicated_samples_total metric to be conistent with other metrics
    • ๐Ÿ‘€ Corner-case fixes for rollup_candlestick function. See #309
    • ๐Ÿ‘€ Substitute dots with underscores in env var names if -envflag.enable is set. See #311

    How to run VictoriaMetrics

    ๐Ÿ“„ Unpack the victoria-metrics-*.tar.gz archive and read these docs.

    vmutils-*.tag.gz archive contains the following tools:

    ๐Ÿณ The corresponding docker images are available here.
    Cluster version is available here.