--- title: Additional instrumentations description: Additional instrumentations in addition to the out of the box instrumentation of the starter weight: 50 --- The OpenTelemetry Spring Boot starter provides of the box instrumentation](../out-of-the-box-instrumentation) that you can complete with additional instrumentations. ## Log4j2 Instrumentation You have to add the OpenTelemetry appender to your `log4j2.xml` file: ```xml ``` You can find more configuration options for the OpenTelemetry appender in the [Log4j](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/instrumentation/log4j/log4j-appender-2.17/library/README.md) instrumentation library. | System property | Type | Default | Description | | --------------------------------------------- | ------- | ------- | ----------------------------------------------------------------------------------------------- | | `otel.instrumentation.log4j-appender.enabled` | Boolean | true | Enables the configuration of the Log4j OpenTelemetry appender with an `OpenTelemetry` instance. | ## OpenTelemetry instrumentations libraries You can configure other instrumentations with [OpenTelemetry instrumentations libraries](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/docs/supported-libraries.md#libraries--frameworks).