You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: javaagent-log-appender/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
-
# OpenTelemetry Log Appender Example
1
+
# OpenTelemetry Log Appender built-in OpenTelemetry Java Agent Example
2
2
3
3
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
5
5
via [OTLP](https://opentelemetry.io/docs/reference/specification/protocol/otlp/).
6
6
7
7
Details about the example:
@@ -12,10 +12,10 @@ Details about the example:
12
12
* The application is configured with a variety of log solutions:
13
13
* Log4j API [configured](./src/main/resources/log4j2.xml) to print logs to the
14
14
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).
16
16
* SLF4J API [configured with Logback](./src/main/resources/logback.xml) to
17
17
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).
19
19
*[JUL to SLF4J](./build.gradle.kts), which bridges JUL logs to the SLF4J API, and
20
20
ultimately to Logback.
21
21
* Demonstrates how trace context is propagated to logs when recorded within a
0 commit comments