Skip to content

Commit b78bcf4

Browse files
committed
GCP CSM Observability Go client use XdsCredentials
1 parent 0a68502 commit b78bcf4

File tree

1 file changed

+2
-2
lines changed
  • examples/features/csm_observability/client

1 file changed

+2
-2
lines changed

examples/features/csm_observability/client/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ import (
2929

3030
"google.golang.org/grpc"
3131
"google.golang.org/grpc/credentials/insecure"
32-
"google.golang.org/grpc/credentials/xds"
32+
"google.golang.org/grpc/credentials/xds"
3333
"google.golang.org/grpc/examples/features/proto/echo"
3434
"google.golang.org/grpc/stats/opentelemetry"
3535
"google.golang.org/grpc/stats/opentelemetry/csm"
36-
_ "google.golang.org/grpc/xds" // To install the xds resolvers and balancers.
36+
_ "google.golang.org/grpc/xds" // To install the xds resolvers and balancers.
3737

3838
"github.com/prometheus/client_golang/prometheus/promhttp"
3939
"go.opentelemetry.io/otel/exporters/prometheus"

0 commit comments

Comments
 (0)