File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
gcp-csm-observability/src/main/java/io/grpc/gcp/csm/observability Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3636 * When no SDK is explicitly added no telemetry data will be collected. See
3737 * {@code io.opentelemetry.sdk.OpenTelemetrySdk} for information on how to construct the SDK.
3838 */
39- @ ExperimentalApi ("TODO " )
39+ @ ExperimentalApi ("https://github.com/grpc/grpc-java/issues/11249 " )
4040public final class CsmObservability implements Closeable {
4141 private final GrpcOpenTelemetry delegate ;
4242 private final MetadataExchanger exchanger ;
@@ -90,7 +90,7 @@ public void close() {}
9090 /**
9191 * Builder for configuring {@link CsmObservability}.
9292 */
93- @ ExperimentalApi ("TODO " )
93+ @ ExperimentalApi ("https://github.com/grpc/grpc-java/issues/11249 " )
9494 public static final class Builder {
9595 private final GrpcOpenTelemetry .Builder delegate = GrpcOpenTelemetry .newBuilder ();
9696 private final MetadataExchanger exchanger ;
You can’t perform that action at this time.
0 commit comments