Daniel Rice
Results
21
comments of
Daniel Rice
I've found this occurs when using StreamingPullManager from google-cloud-pubsub, as in this sample: ```python import google.cloud.pubsub_v1 as pubsub_v1 from opentelemetry.instrumentation.grpc import GrpcInstrumentorClient def sample_streaming_pull(): # Create a client client =...