github VictoriaMetrics/VictoriaMetrics v1.38.1

latest releases: pmm-6401-v1.101.0, v1.101.0, v1.101.0-cluster...
3 years ago

Changes since v1.38.0

  • FEATURE: add ability to import data in Prometheus exposition format via /api/v1/import/prometheus. See https://victoriametrics.github.io/#how-to-import-data-in-prometheus-exposition-format and #614

  • FEATURE: add -influxSkipMeasurement command-line flag for using field name as metric name. See #626

  • FEATURE: vmagent: extend metric vm_promscrape_targets with status={up|down} label, add vm_persistentqueue_bytes_pending and vm_protoparser_rows_read_total{type="promscrape"} metrics. These metrics will be used by the upcoming official Grafana dashboard for vmagent.

  • BUGFIX: vmagent: fix data race when multiple -remoteWrite.urlRelabelConfig options are set. See #599

  • BUGFIX: do not adjust last points in time series with timestamps exceeding the current time. Such timestamps usually mean that the query contains offset. See #625

  • BUGFIX: fix incorrect encoding for json strings with char codes below 0x20. See #613

  • BUGFIX: reset MetricName->TSID cache after marking metricIDs as deleted. This should prevent from repeated error messages with the following text:

        missing metricName by metricID ...; this could be the case after unclean shutdown; deleting the metricID, so it could be re-created next time
    

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.

Don't miss a new VictoriaMetrics release

NewReleases is sending notifications on new releases.