From c611f39af4ee4d666cd0daa31efd466dfaa81c7c Mon Sep 17 00:00:00 2001 From: Paulin Todev Date: Tue, 16 Jul 2024 14:32:19 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com> --- docs/sources/reference/components/otelcol.exporter.debug.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/sources/reference/components/otelcol.exporter.debug.md b/docs/sources/reference/components/otelcol.exporter.debug.md index 4e160e46ab..1aaede0dd5 100644 --- a/docs/sources/reference/components/otelcol.exporter.debug.md +++ b/docs/sources/reference/components/otelcol.exporter.debug.md @@ -36,7 +36,7 @@ Name | Type | Description | Default | Required The `verbosity` argument must be one of: * `"basic"`: A single-line summary of received data is logged to stderr, with a total count of telemetry records for every batch of received logs, metrics or traces. -* `"normal"`: Currently, this produces the same output as `"basic"` verbosity. +* `"normal"`: Produces the same output as `"basic"` verbosity. * `"detailed"`: All details of every telemetry record are logged to stderr, typically writing multiple lines for every telemetry record. Example of `"basic"` and `"normal"` output: @@ -83,7 +83,9 @@ Attributes: {"kind": "exporter", "data_type": "traces", "name": "debug"}" ``` -Note that the above `"detailed"` example was edited to replace all instances of `\n` with a new line. +{{< admonition type="note" >}} +All instances of `\n` in the `"detailed"` example have been replaced with new lines. +{{< /admonition >}} ## Blocks