Skip to content

Commit c50d9b0

Browse files
Apply suggestions from code review
Co-authored-by: Patrice Chalin <[email protected]>
1 parent 8801600 commit c50d9b0

File tree

1 file changed

+2
-2
lines changed
  • content/en/blog/2024/collecting-file-based-java-logs-with-opentelemetry

1 file changed

+2
-2
lines changed

content/en/blog/2024/collecting-file-based-java-logs-with-opentelemetry/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ OTLP/JSON format, with a JSON object per line. The log records are nested in the
120120

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

123-
[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)
123+
You can also [view OTel Collector pipeline](https://www.otelbin.io/s/69739d790cf279c203fc8efc86ad1a876a2fc01a) with with OTelBin.
124124

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

0 commit comments

Comments
 (0)