-
Notifications
You must be signed in to change notification settings - Fork 186
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
DB/messaging: do we want to have generic client (instance) id attribute #729
Comments
I agree that a general definition would be good. However, there might be challenges to find a generic definition of what a "client instance" is. |
From the messaging SIG: this doesn't necessarily block stability, as we can exempt the |
Based on DB and Messaging SIG discussions:
Given that we don't have a compelling use-case for a generic attribute or a descriptive and non-controversial name for it, I'm going to close this issue. |
We have
db.cosmosdb.client_id
andmessaging.client_id
.they are used to record unique identifier of a client instance - usually something random.
Kafka or other messaging systems have limits on number of consumers per partition and it could be helpful during debugging to see how many instances are created. Also useful to know if application creates clients too frequently (e.g. per request instead of a singleton instance).
If we're going to have more of individual systems/semconvs introducing it, it could make sense to have a generic attribute.
Related: open-telemetry/opentelemetry-specification#2015
The text was updated successfully, but these errors were encountered: