Skip to content
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

update for cloud semantic conventions #2906

Closed
wph95 opened this issue Mar 29, 2021 · 1 comment
Closed

update for cloud semantic conventions #2906

wph95 opened this issue Mar 29, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@wph95
Copy link
Member

wph95 commented Mar 29, 2021

Describe the bug
Opentelemetry-collector update the cloud semantic conventions, some code needs an upgrade

cloud.infrastructure_service -> cloud.platform
cloud.zone -> cloud.availability_zone

open-telemetry/opentelemetry-collector#2809

some need to change code.
e.g.

if cloudZone, ok := attrs.Get(conventions.AttributeCloudZone); ok {

@wph95 wph95 added the bug Something isn't working label Mar 29, 2021
@wph95 wph95 closed this as completed Mar 29, 2021
@wph95
Copy link
Member Author

wph95 commented Mar 29, 2021

found fix it #2886 closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant