Skip to content

Commit

Permalink
Removes the ExperimentalApi annotation from GcpObservability.
Browse files Browse the repository at this point in the history
  • Loading branch information
DNVindhya authored and ejona86 committed Apr 7, 2023
1 parent 6d21d71 commit 5369df1
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
import com.google.common.annotations.VisibleForTesting;
import com.google.common.collect.ImmutableSet;
import io.grpc.ClientInterceptor;
import io.grpc.ExperimentalApi;
import io.grpc.InternalGlobalInterceptors;
import io.grpc.ManagedChannelProvider.ProviderNotFoundException;
import io.grpc.ServerInterceptor;
Expand Down Expand Up @@ -64,7 +63,6 @@
import java.util.stream.Collectors;

/** The main class for gRPC Google Cloud Platform Observability features. */
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/8869")
public final class GcpObservability implements AutoCloseable {

private static final Logger logger = Logger.getLogger(GcpObservability.class.getName());
Expand Down

0 comments on commit 5369df1

Please sign in to comment.