Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public interface ConfigProvider {

/**
* Returns the {@link DeclarativeConfigProperties} corresponding to <a
* href="https://github.com/open-telemetry/opentelemetry-configuration/blob/main/schema/instrumentation.json">instrumentation
* href="https://github.com/open-telemetry/opentelemetry-configuration/blob/main/schema/instrumentation.yaml">instrumentation
* config</a>, or {@link DeclarativeConfigProperties#empty()} if unavailable.
*
* @return the instrumentation {@link DeclarativeConfigProperties}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,8 @@ public static DeclarativeConfigProperties javaInstrumentationConfig(

/**
* Walk down the {@code segments} of {@link ConfigProvider#getInstrumentationConfig()} and call
* {@code accessor} on the terminal node. Returns null if {@link
* ConfigProvider#getInstrumentationConfig()} is null, or if null is encountered walking the
* {@code segments}, or if {@code accessor} returns null.
* {@code accessor} on the terminal node. Returns null if null is encountered walking the {@code
* segments}, or if {@code accessor} returns null.
*
* <p>See other methods in {@link InstrumentationConfigUtil} for usage examples.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* Utility class to simplify context propagation.
*
* <p>The <a
* href="https://github.com/open-telemetry/opentelemetry-java-contrib/blob/main/extended-tracer/README.md">README</a>
* href="https://github.com/open-telemetry/opentelemetry-java/tree/main/api/incubator#extended-contextpropagator-apis">README</a>
* explains the use cases in more detail.
*/
public final class ExtendedContextPropagators {
Expand Down
Loading