Skip to content

Commit

Permalink
gcp-csm-observibility: Fill in experimental issue URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ejona86 committed May 30, 2024
1 parent 781b4c4 commit dc490ae
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* When no SDK is explicitly added no telemetry data will be collected. See
* {@code io.opentelemetry.sdk.OpenTelemetrySdk} for information on how to construct the SDK.
*/
@ExperimentalApi("TODO")
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/11249")
public final class CsmObservability implements Closeable {
private final GrpcOpenTelemetry delegate;
private final MetadataExchanger exchanger;
Expand Down Expand Up @@ -90,7 +90,7 @@ public void close() {}
/**
* Builder for configuring {@link CsmObservability}.
*/
@ExperimentalApi("TODO")
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/11249")
public static final class Builder {
private final GrpcOpenTelemetry.Builder delegate = GrpcOpenTelemetry.newBuilder();
private final MetadataExchanger exchanger;
Expand Down

0 comments on commit dc490ae

Please sign in to comment.