-
Notifications
You must be signed in to change notification settings - Fork 189
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
Define cloud.platform
and/or rename it
#609
Comments
Based on the name and the existing enum, it looks like This approach makes correlation based on attributes harder (e.g. if you want to get all spans that call Also, it's hard to draw a clear line on what qualifies as a platform then. Alternative approach could be to
E.g. HTTP server span emitted by azure storage would have |
cloud.platform
and/or rename it
There have been some discussion around There was also some discussion whether it should be a resource-level attribute (as it is now), or whether it should be applicable to signals too. |
As I commented on #344 on using But I totally understand the use case of having both - where the software is running + the cloud service it is talking to. I guess we just need to find a name that better defines "the cloud service/product" that does not conflict/confuse with |
https://github.com/open-telemetry/semantic-conventions/blob/main/docs/attributes-registry/cloud.md document does not explain what the cloud platform is (
cloud.platform
attribute):Assuming cloud services are instrumented themselves and report spans/metrics to end users, what should they populate?
I.e. could AWS S3 or SQS be added to
cloud.platform
enum and send their telemetry withcloud.platform: aws_s3
attribute?The text was updated successfully, but these errors were encountered: