Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Tiffany Hrabusa <[email protected]>
  • Loading branch information
cyrille-leclerc and tiffany76 authored Nov 21, 2024
1 parent b0a0e42 commit bd35fc6
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Collecting file-based Java logs with OpenTelemetry
linkTitle: Collecting file-based Java logs with OpenTelemetry
title: Collecting OpenTelemetry-compliant Java logs from files
date:
author: >
[Cyrille Le Clerc](https://github.com/cyrille-leclerc) (Grafana Labs), [Gregor
Expand Down Expand Up @@ -120,7 +119,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)

You can also [view OTel Collector pipeline](https://www.otelbin.io/s/69739d790cf279c203fc8efc86ad1a876a2fc01a) with with OTelBin.
You can also [view OTel Collector pipeline](https://www.otelbin.io/s/69739d790cf279c203fc8efc86ad1a876a2fc01a) with OTelBin.

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

0 comments on commit bd35fc6

Please sign in to comment.