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
{{ message }}
This repository was archived by the owner on Mar 17, 2026. It is now read-only.
A screenshot that you have tested with "Try this API".
N/A.
What would you like to see in the library?
In order to be spec compliant with the latest stable version of OpenTelemetry semantic conventions, the @google-cloud/pubsub library needs to add the following attribute to its spans: messaging.operation (required). messaging.operation is already included in the span name; it just needs to added to the span attributes as well.
This is a S change that I can submit a PR for; we just need to add these attributes to the create...Span methods in src/telemetry-tracing.ts:
For publisher spans, messaging.operation will be set to create.
For subscriber spans, messaging.operation will be set to receive.