Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-berg authored and chalin committed Aug 9, 2024
1 parent 2b4ed4c commit bb99974
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 73 deletions.
8 changes: 4 additions & 4 deletions content/en/docs/languages/java/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ some of some logging might be suppressed during shutdown hooks. This is a bug in
the JDK itself, and not something under the control of OpenTelemetry Java. If
you require logging during shutdown hooks, consider using `System.out` rather
than a logging framework which might shut itself down in a shutdown hook, thus
suppressing your log messages. See
this[JDK bug](https://bugs.openjdk.java.net/browse/JDK-8161253) for more
details. {{% /alert %}}
suppressing your log messages. See this
[JDK bug](https://bugs.openjdk.java.net/browse/JDK-8161253) for more details.
{{% /alert %}}

### Environment variables and system properties

Expand Down Expand Up @@ -420,7 +420,7 @@ The following sections describe the available SPIs. Each SPI section includes:
[ResourceProvider](https://www.javadoc.io/doc/io.opentelemetry/opentelemetry-sdk-extension-autoconfigure-spi/latest/io/opentelemetry/sdk/autoconfigure/spi/ResourceProvider.html)s
contribute to the autoconfigured [resource](/docs/languages/java/sdk/#resource).

`ResourceProvider`s built-in to the SDK and maintained by community in
`ResourceProvider`s built-in to the SDK and maintained by the community in
`opentelemetry-java-contrib`:

| Class | Artifact | Description |
Expand Down
Loading

0 comments on commit bb99974

Please sign in to comment.