You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pass a context that contains trace information extracted from the
incoming message, allowing traces to span from publishers over to
subscribers.
In order for publishers to include tracing information, the pubsub
client should be created with:
```go
client, err := pubsub.NewClientWithConfig(
ctx,
cloudrunner.Runtime(ctx).ProjectID,
&pubsub.ClientConfig{
EnableOpenTelemetryTracing: true,
},
```
Depends on googleapis/google-cloud-go#10827
which is included in
[v1.43.0](https://github.com/googleapis/google-cloud-go/releases/tag/pubsub%2Fv1.43.0).
0 commit comments