Skip to content

Commit

Permalink
Simplify comment (#11389)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored May 17, 2024
1 parent 34f15e3 commit 325d000
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,10 @@ public OpenTelemetry openTelemetry(
/**
* Expose the {@link ConfigProperties} bean for use in other auto-configurations.
*
* <p>Why not use spring boot properties directly? <br>
* 1. issues with older spring boot versions <br>
* 2. support for {@link
* <p>Not using spring boot properties directly in order to support {@link
* io.opentelemetry.sdk.autoconfigure.spi.AutoConfigurationCustomizer#addPropertiesCustomizer(Function)}
* and {@link
* io.opentelemetry.sdk.autoconfigure.spi.AutoConfigurationCustomizer#addPropertiesSupplier(Supplier)}
* io.opentelemetry.sdk.autoconfigure.spi.AutoConfigurationCustomizer#addPropertiesSupplier(Supplier)}.
*/
@Bean
public ConfigProperties otelProperties(
Expand Down

0 comments on commit 325d000

Please sign in to comment.