Documentation
¶
Directories
¶
| Path | Synopsis |
|---|---|
|
Package accelerator exposes an in-process grpc.ClientConnInterface that translates Bigtable V2 RPCs into proto-native session vRPCs handled by internal/session.
|
Package accelerator exposes an in-process grpc.ClientConnInterface that translates Bigtable V2 RPCs into proto-native session vRPCs handled by internal/session. |
|
cmd
command
Binary accelerator runs the in-process gRPC proxy daemon: it listens on a Unix domain socket, accepts standard google.bigtable.v2.Bigtable RPCs, and forwards each one through an Channel that rides the Jetstream session transport.
|
Binary accelerator runs the in-process gRPC proxy daemon: it listens on a Unix domain socket, accepts standard google.bigtable.v2.Bigtable RPCs, and forwards each one through an Channel that rides the Jetstream session transport. |
|
Package internal (import path bigtable/internal/metrics) owns the OpenTelemetry tracer machinery for the bigtable client — per-operation Tracer, per-attempt AttemptTracer, the gRPC stats.Handler that drives attempt boundaries, and the Cloud Monitoring exporter wiring.
|
Package internal (import path bigtable/internal/metrics) owns the OpenTelemetry tracer machinery for the bigtable client — per-operation Tracer, per-attempt AttemptTracer, the gRPC stats.Handler that drives attempt boundaries, and the Cloud Monitoring exporter wiring. |
|
Package metricstest hosts an in-process fake Cloud Monitoring server used by both bigtable/internal/metrics/*_test.go and the top-level bigtable/metrics_test.go integration tests.
|
Package metricstest hosts an in-process fake Cloud Monitoring server used by both bigtable/internal/metrics/*_test.go and the top-level bigtable/metrics_test.go integration tests. |
|
Package option contains common code for dealing with client options.
|
Package option contains common code for dealing with client options. |
|
Package session hosts the vRPC-over-session data-plane API that the public bigtable package composes with the classic gRPC data-plane via TableShim.
|
Package session hosts the vRPC-over-session data-plane API that the public bigtable package composes with the classic gRPC data-plane via TableShim. |
Click to show internal directories.
Click to hide internal directories.