Skip to content

Commit

Permalink
Add @UnstableApi annotation to the ExperimentalConfig class (#4346)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Rzeszutek committed Oct 11, 2021
1 parent c5182d3 commit 51cf64b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@

package io.opentelemetry.instrumentation.api.config;

import io.opentelemetry.instrumentation.api.annotations.UnstableApi;

@UnstableApi
public final class ExperimentalConfig {

private static final ExperimentalConfig instance = new ExperimentalConfig(Config.get());
Expand Down

0 comments on commit 51cf64b

Please sign in to comment.