From 712d62eb7a693bb86c9f579ff6c96574595011b9 Mon Sep 17 00:00:00 2001 From: Jesse Szwedko Date: Wed, 11 Sep 2024 10:39:11 -0700 Subject: [PATCH] docs(vrl stdlib): Fix whitespace for `parse_influxdb` notice (#21273) Closes: #21251 Signed-off-by: Jesse Szwedko --- website/cue/reference/remap/functions/parse_influxdb.cue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/cue/reference/remap/functions/parse_influxdb.cue b/website/cue/reference/remap/functions/parse_influxdb.cue index b1f1e044022c8..b98336661eae8 100644 --- a/website/cue/reference/remap/functions/parse_influxdb.cue +++ b/website/cue/reference/remap/functions/parse_influxdb.cue @@ -8,9 +8,9 @@ remap: functions: parse_influxdb: { """ notices: [ """ - This function will return a log event with the shape of a Vector-compatible metric, but not a metric event itself. - You will likely want to pipe the output of this function through a `log_to_metric` transform with the option `all_metrics` - set to `true` to convert the metric-shaped log events to metric events so _real_ metrics are produced. + This function will return a log event with the shape of a Vector-compatible metric, but not a metric event itself. + You will likely want to pipe the output of this function through a `log_to_metric` transform with the option `all_metrics` + set to `true` to convert the metric-shaped log events to metric events so _real_ metrics are produced. """, """ The only metric type that is produced is a `gauge`. Each metric name is prefixed with the `measurement` field, followed