[chore] update otel -> v1.20.0 (#2358)

This commit is contained in:
tobi
2023-11-13 11:08:02 +01:00
committed by GitHub
parent deaea100c3
commit 7753f42132
422 changed files with 1814 additions and 6590 deletions

View File

@@ -175,6 +175,12 @@ var (
// GRPCResolverSchemeExtraMetadata determines when gRPC will add extra
// metadata to RPCs.
GRPCResolverSchemeExtraMetadata string = "xds"
// EnterIdleModeForTesting gets the ClientConn to enter IDLE mode.
EnterIdleModeForTesting any // func(*grpc.ClientConn) error
// ExitIdleModeForTesting gets the ClientConn to exit IDLE mode.
ExitIdleModeForTesting any // func(*grpc.ClientConn) error
)
// HealthChecker defines the signature of the client-side LB channel health checking function.