Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(vrl stdlib): Fix whitespace for parse_influxdb notice #21273

Merged
merged 1 commit into from
Sep 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading