From 30b401ebbf1d4bf4f2c99189dc44ba406205bad6 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Wed, 15 Apr 2020 15:21:58 +0300 Subject: [PATCH] docs/Single-server-VictoriaMetrics.md: typo fix --- README.md | 2 +- docs/Single-server-VictoriaMetrics.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b166d0e3c..c223d9327 100644 --- a/README.md +++ b/README.md @@ -444,7 +444,7 @@ The `format` query arg must contain comma-separated list of parsing rules for CS * `` is the position of the CSV column (field). Column numbering starts from 1. The order of parsing rules may be arbitrary. * `` describes the column type. Supported types are: - * `metric` - the corresponding CSV column at `` contains metric value, which must be integer of floating-point number. + * `metric` - the corresponding CSV column at `` contains metric value, which must be integer or floating-point number. The metric name is read from the ``. CSV line must have at least a single metric field. Multiple metric fields per CSV line is OK. * `label` - the corresponding CSV column at `` contains label value. The label name is read from the ``. CSV line may have arbitrary number of label fields. All these labels are attached to all the configured metrics. diff --git a/docs/Single-server-VictoriaMetrics.md b/docs/Single-server-VictoriaMetrics.md index b166d0e3c..c223d9327 100644 --- a/docs/Single-server-VictoriaMetrics.md +++ b/docs/Single-server-VictoriaMetrics.md @@ -444,7 +444,7 @@ The `format` query arg must contain comma-separated list of parsing rules for CS * `` is the position of the CSV column (field). Column numbering starts from 1. The order of parsing rules may be arbitrary. * `` describes the column type. Supported types are: - * `metric` - the corresponding CSV column at `` contains metric value, which must be integer of floating-point number. + * `metric` - the corresponding CSV column at `` contains metric value, which must be integer or floating-point number. The metric name is read from the ``. CSV line must have at least a single metric field. Multiple metric fields per CSV line is OK. * `label` - the corresponding CSV column at `` contains label value. The label name is read from the ``. CSV line may have arbitrary number of label fields. All these labels are attached to all the configured metrics.