Skip to content

Commit

Permalink
docs(vrl stdlib): Fix whitespace for parse_influxdb notice (#21273)
Browse files Browse the repository at this point in the history
Closes: #21251

Signed-off-by: Jesse Szwedko <[email protected]>
  • Loading branch information
jszwedko authored Sep 11, 2024
1 parent aba237c commit 712d62e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/cue/reference/remap/functions/parse_influxdb.cue
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 712d62e

Please sign in to comment.