Skip to content

Commit

Permalink
Results from /fix:all
Browse files Browse the repository at this point in the history
  • Loading branch information
opentelemetrybot authored and chalin committed Apr 6, 2024
1 parent c87457f commit 4801292
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions content/en/docs/languages/java/automatic/spring-boot.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,17 +165,17 @@ IDE.

The OpenTelemetry Starter supports all the
[SDK Autoconfiguration](/docs/languages/java/automatic/configuration/#sdk-autoconfiguration)
(since 2.2.0).
(since 2.2.0).

{{% alert title="Attention" color="warning" %}}

Unlike the SDK autoconfiguration, the OpenTelemetry Spring Boot starter uses `http/protobuf` as the default
protocol, not `grpc`.
Unlike the SDK autoconfiguration, the OpenTelemetry Spring Boot starter uses
`http/protobuf` as the default protocol, not `grpc`.

{{% /alert %}}

You can set properties in the `application.properties` or the
`application.yaml` file, or use environment variables.
You can set properties in the `application.properties` or the `application.yaml`
file, or use environment variables.

`application.properties` example:

Expand Down

0 comments on commit 4801292

Please sign in to comment.