Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrille-leclerc authored and chalin committed Dec 4, 2024
1 parent 5e9bbd2 commit 418d980
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Collecting OpenTelemetry-compliant Java logs from files
linkTitle: OTel-compliant Java logs from files
date:
date: 2024-12-03
author: >
[Cyrille Le Clerc](https://github.com/cyrille-leclerc) (Grafana Labs), [Gregor
Zeitlinger](https://github.com/zeitlinger) (Grafana Labs)
Expand Down Expand Up @@ -205,11 +205,7 @@ OTLP/JSON format, with a JSON object per line. The log records are nested in the

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

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

You can also
[view OTel Collector pipeline](https://www.otelbin.io/s/69739d790cf279c203fc8efc86ad1a876a2fc01a)
with OTelBin.
{{< figure class="figure" src="otel-collector-otlpjson-pipeline.png" attr="View OTel Collector pipeline with OTelBin" attrlink="https://www.otelbin.io/s/69739d790cf279c203fc8efc86ad1a876a2fc01a" >}}

```yaml
# tested with otelcol-contrib v0.112.0
Expand Down

0 comments on commit 418d980

Please sign in to comment.