Skip to content

Commit

Permalink
documentation edits
Browse files Browse the repository at this point in the history
  • Loading branch information
BarunKGP committed Feb 29, 2024
1 parent 0dd0b0a commit 96da7ad
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/sources/flow/reference/components/otelcol.exporter.debug.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ title: otelcol.exporter.debug

# otelcol.exporter.debug

`otelcol.exporter.debug` accepts telemetry data from other `otelcol` components
and writes them to the console (stderr). The verbosity of the logs can also be controlled.
`otelcol.exporter.debug` accepts telemetry data from other `otelcol` components and writes them to the console (stderr).
You can control the verbosity of the logs.

> **NOTE**: `otelcol.exporter.debug` is a wrapper over the upstream
> OpenTelemetry Collector `debug` exporter. Bug reports or feature requests will
> be redirected to the upstream repository, if necessary.
{{< admonition type="note" >}}
`otelcol.exporter.debug` is a wrapper over the upstream OpenTelemetry Collector `debug` exporter.
If necessary, bug reports or feature requests are redirected to the upstream repository.
{{< /admonition >}}

Multiple `otelcol.exporter.debug` components can be specified by giving them
different labels.
Multiple `otelcol.exporter.debug` components can be specified by giving them different labels.

## Usage

Expand Down Expand Up @@ -64,7 +64,7 @@ information.

## Example

This example scrapes prometheus unix metrics and writes them to the console:
This example scrapes Prometheus UNIX metrics and writes them to the console:

```river
prometheus.exporter.unix "default" { }
Expand Down

0 comments on commit 96da7ad

Please sign in to comment.