Skip to content

Commit 0f04576

Browse files
cyrille-leclerctiffany76
authored andcommitted
Apply suggestions from code review
Co-authored-by: Tiffany Hrabusa <[email protected]>
1 parent c50d9b0 commit 0f04576

File tree

1 file changed

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

1 file changed

+2
-3
lines changed

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

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
2-
title: Collecting file-based Java logs with OpenTelemetry
3-
linkTitle: Collecting file-based Java logs with OpenTelemetry
2+
title: Collecting OpenTelemetry-compliant Java logs from files
43
date:
54
author: >
65
[Cyrille Le Clerc](https://github.com/cyrille-leclerc) (Grafana Labs), [Gregor
@@ -120,7 +119,7 @@ OTLP/JSON format, with a JSON object per line. The log records are nested in the
120119

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

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

125124
```yaml
126125
# tested with otelcol-contrib v0.112.0

0 commit comments

Comments
 (0)