Skip to content

Commit da88e35

Browse files
committed
chore: update readme to outline properly the example
refs #503 (comment) refs #503 (comment)
1 parent 8daa9fe commit da88e35

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

javaagent-log-appender/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# OpenTelemetry Log Appender Example
1+
# OpenTelemetry Log Appender built-in OpenTelemetry Java Agent Example
22

33
This example demonstrates an application configured to use the OpenTelemetry Log
4-
Appenders to bridge logs into the OpenTelemetry Log SDK, and export
4+
Appenders built-in OpenTelemetry Java Agent to bridge logs into the OpenTelemetry Log SDK, and export
55
via [OTLP](https://opentelemetry.io/docs/reference/specification/protocol/otlp/).
66

77
Details about the example:
@@ -12,10 +12,10 @@ Details about the example:
1212
* The application is configured with a variety of log solutions:
1313
* Log4j API [configured](./src/main/resources/log4j2.xml) to print logs to the
1414
console and
15-
the [OpenTelemetry Log4J Appender](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/instrumentation/log4j/log4j-appender-2.17/library/README.md).
15+
the [OpenTelemetry Log4J Appender](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/instrumentation/log4j/log4j-appender-2.17/javaagent/README.md).
1616
* SLF4J API [configured with Logback](./src/main/resources/logback.xml) to
1717
print logs to the console and
18-
the [OpenTelemetry Logback Appender](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/instrumentation/logback/logback-appender-1.0/library/README.md).
18+
the [OpenTelemetry Logback Appender](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/instrumentation/logback/logback-appender-1.0/javaagent/README.md).
1919
* [JUL to SLF4J](./build.gradle.kts), which bridges JUL logs to the SLF4J API, and
2020
ultimately to Logback.
2121
* Demonstrates how trace context is propagated to logs when recorded within a

0 commit comments

Comments
 (0)