-
Notifications
You must be signed in to change notification settings - Fork 174
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
Guidance on product/project name inside attribute/metric name #608
Comments
With regards to representing multiple words, can a product's branding provide a guide? For example, use |
It would be nice if whatever the enum is, e.g. |
do we think we need |
SQL Server Compact runs in-process rather than as a network service, so yes, the application should know it's using that. |
Based on the messaging SIG discussion on 6/13, none of the controversial systems are part of the initial stability (kafka + RabbitMQ), so removing the stability blocker label. |
We should provide a guidance on product/project name being fully qualified (or not). We should keep the same pattern in different semconvs.
Examples of inconsistencies:
db.cosmosdb
(Azure),db.dynamodb
(AWS),db.couchdb
(under Apache umbrella),db.spanner
(GCP),db2
(IBM),hanadb
(SAP HANA) etc and corresponding values in thedb.system
enumaws_sqs
,gcp_pubsub
,azure_servicebus
in themessaging.system
enumWe should provide a guidance on how to represent multiple words:
couchdb
) (#Codegen: proper casing for multiword attribute/metric names #599)messaging.aws_sqs.destination.custom_attr
vsmessaging.aws.sqs.destination.custom_attr
)We should require consistency across signals:
db.system
andmessaging.system
cloud.platform
and/or rename it #609)Misc discrepancies:
mssqlcompact
(Microsoft SQL Server Compact) should probably becomemssql_compact
[Update]
Other attributes that have the same problem:
The text was updated successfully, but these errors were encountered: