-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(messaging): add gcp_pubsub as a messaging system #490
Conversation
Disclaimer: I'm not familiar with Otel Semantic Conventions. Is there a place to specify a semantic convention for a value (not a key). This value ( |
Hi @alevenberg . I'd recommend you introduce a dedicated document for GCP PubSub, as it exists for Kafka or RabbitMQ. There you define additional requirements for GCP PubSub instrumentation, like it's done here: https://github.com/open-telemetry/semantic-conventions/blob/main/docs/messaging/rocketmq.md?plain=1#L13 You might just start out with defining the value for
No, that's still a manual process and requires changes for each supported language. |
Sounds good! I added it, and I will add more information about tracing semantic conventions in GCP Pub/Sub. I can own this document for now.
Ack, thanks for answering! |
Co-authored-by: Johannes Tax <[email protected]>
cc @dbolduc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we link to gcp-pubsub.md
in /docs/messaging/README.md ?
semantic-conventions/docs/messaging/README.md
Lines 18 to 22 in 6a9acef
Technology specific semantic conventions are defined for the following messaging systems: | |
* [Kafka](kafka.md): Semantic Conventions for *Apache Kafka*. | |
* [RabbitMQ](rabbitmq.md): Semantic Conventions for *RabbitMQ*. | |
* [RocketMQ](rocketmq.md): Semantic Conventions for *Apache RocketMQ*. |
Good catch. Done |
I ran |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also add a changelog entry
Co-authored-by: Joao Grassi <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just the changelog entry missing now.
Changes
Adds gcp_pubsub as a messaging system value
Note: if the PR is touching an area that is not listed in the existing areas, or the area does not have sufficient domain experts coverage, the PR might be tagged as experts needed and move slowly until experts are identified.
Merge requirement checklist
Waiting to sign the CLA until the PR is created.
Also I ran
make fix
, but it generated some diffs in CONTRIBUTING.md (* -> -) and CHANGELOG.md (whitespace), so I left those out.Skipped, since it is a trivial change
Skipped since it only affects the docs