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 36
36
* When no SDK is explicitly added no telemetry data will be collected. See
37
37
* {@code io.opentelemetry.sdk.OpenTelemetrySdk} for information on how to construct the SDK.
38
38
*/
39
- @ ExperimentalApi ("TODO " )
39
+ @ ExperimentalApi ("https://github.com/grpc/grpc-java/issues/11249 " )
40
40
public final class CsmObservability implements Closeable {
41
41
private final GrpcOpenTelemetry delegate ;
42
42
private final MetadataExchanger exchanger ;
@@ -90,7 +90,7 @@ public void close() {}
90
90
/**
91
91
* Builder for configuring {@link CsmObservability}.
92
92
*/
93
- @ ExperimentalApi ("TODO " )
93
+ @ ExperimentalApi ("https://github.com/grpc/grpc-java/issues/11249 " )
94
94
public static final class Builder {
95
95
private final GrpcOpenTelemetry .Builder delegate = GrpcOpenTelemetry .newBuilder ();
96
96
private final MetadataExchanger exchanger ;
You can’t perform that action at this time.
0 commit comments