open-telemetry / opentelemetry.io

The OpenTelemetry website and documentation
https://opentelemetry.io
Creative Commons Attribution 4.0 International
548 stars 1.21k forks source link

New Blog Post: Collecting file-based Java logs with OpenTelemetry #5606

Open cyrille-leclerc opened 5 days ago

cyrille-leclerc commented 5 days ago

Title of the blog post

Collecting file-based Java logs with OpenTelemetry

Authors

@cyrille-leclerc, @zeitlinger

Short description of the blog post

This blog post shows how the experimental-otlp/stdout export format recently introduced in OTel Java Instrumentation (see otel-java#6675) enables a turnkey ingestion pipeline when logs can't be transported through OTLP.

Prior to experimental-otlp/stdout, practitioners had to combine painful enrichment & formatting of logs in their Java app with cumbersome parsing rules in the OTel Collector.

Outline of blog post

Technology used

SIG

Sponsor

svrnm commented 4 days ago

Thanks @cyrille-leclerc, looks good to me overall!

@open-telemetry/java-maintainers please take a look

jack-berg commented 4 days ago

Makes sense to me. 👍

svrnm commented 3 days ago

awesome. then let's go for it.

to make things easy, I assume that @zeitlinger is the sponsor for this PR and provides a review accordingly.