Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Patrice Chalin <[email protected]>
  • Loading branch information
cyrille-leclerc and chalin authored Nov 20, 2024
1 parent ea828db commit b0a0e42
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ OTLP/JSON format, with a JSON object per line. The log records are nested in the

![OpenTelemetry Collector OTLP/JSON pipeline](otel-collector-otlpjson-pipeline.png)

[View OTel Collector pipeline with <img src="https://www.otelbin.io/favicon.ico" height="20px" alt="OTelBin icon"/> OTelBin](https://www.otelbin.io/s/69739d790cf279c203fc8efc86ad1a876a2fc01a)
You can also [view OTel Collector pipeline](https://www.otelbin.io/s/69739d790cf279c203fc8efc86ad1a876a2fc01a) with with OTelBin.

```yaml
# tested with otelcol-contrib v0.112.0
Expand Down Expand Up @@ -165,7 +165,7 @@ exporters:
```
Verify the logs collected by the OTel Collector by checking the output of the
OTel Collector Debug exporter
OTel Collector Debug exporter:
```log
2024-11-01T10:03:31.074+0530 info Logs {"kind": "exporter", "data_type": "logs", "name": "debug", "resource logs": 1, "log records": 1}
Expand Down

0 comments on commit b0a0e42

Please sign in to comment.