Skip to content

Latest commit

 

History

History
 
 

log-appender

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

OpenTelemetry Log Appender Example

This example demonstrates an application configured to use the OpenTelemetry Log Appenders to bridge logs into the OpenTelemetry Log SDK, and export via OTLP.

Details about the example:

Prerequisites

  • Java 1.8
  • Docker compose

How to run

Run the collector via docker

docker-compose up

In a separate shell, run the application

../gradlew run

Watch the collector logs to see exported log records