Skip to content

Commit 677cc0e

Browse files
Apply suggestions from code review
1 parent ae55e8d commit 677cc0e

File tree

1 file changed

+2
-6
lines changed
  • content/en/blog/2024/collecting-otel-compliant-java-logs-from-files

1 file changed

+2
-6
lines changed

content/en/blog/2024/collecting-otel-compliant-java-logs-from-files/index.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Collecting OpenTelemetry-compliant Java logs from files
33
linkTitle: OTel-compliant Java logs from files
4-
date:
4+
date: 2024-12-03
55
author: >
66
[Cyrille Le Clerc](https://github.com/cyrille-leclerc) (Grafana Labs), [Gregor
77
Zeitlinger](https://github.com/zeitlinger) (Grafana Labs)
@@ -205,11 +205,7 @@ OTLP/JSON format, with a JSON object per line. The log records are nested in the
205205

206206
## Configure the Collector to ingest the OTLP/JSON logs
207207

208-
![OpenTelemetry Collector OTLP/JSON pipeline](otel-collector-otlpjson-pipeline.png)
209-
210-
You can also
211-
[view OTel Collector pipeline](https://www.otelbin.io/s/69739d790cf279c203fc8efc86ad1a876a2fc01a)
212-
with OTelBin.
208+
{{< figure class="figure" src="otel-collector-otlpjson-pipeline.png" attr="View OTel Collector pipeline with OTelBin" attrlink="https://www.otelbin.io/s/69739d790cf279c203fc8efc86ad1a876a2fc01a" >}}
213209

214210
```yaml
215211
# tested with otelcol-contrib v0.112.0

0 commit comments

Comments
 (0)