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

Fix deprecation notices in GCP detector #4257

Merged
merged 2 commits into from
Aug 30, 2023

Conversation

dashpole
Copy link
Contributor

@dashpole dashpole commented Aug 29, 2023

Similar to open-telemetry/opentelemetry-go#4470 (review), the deprecation comments aren't properly formatted. It isn't properly formatted in the godocs: https://pkg.go.dev/go.opentelemetry.io/contrib/detectors/gcp#pkg-functions

Screenshot 2023-08-29 at 9 28 50 AM

@dashpole dashpole requested a review from a team as a code owner August 29, 2023 13:26
@dashpole dashpole added the Skip Changelog Allow PR to succeed without requiring an addition to the CHANGELOG label Aug 29, 2023
@codecov
Copy link

codecov bot commented Aug 30, 2023

Codecov Report

Merging #4257 (0058c01) into main (bbe8113) will increase coverage by 0.0%.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##            main   #4257   +/-   ##
=====================================
  Coverage   79.4%   79.4%           
=====================================
  Files        166     166           
  Lines      10360   10360           
=====================================
+ Hits        8227    8230    +3     
+ Misses      1998    1996    -2     
+ Partials     135     134    -1     
Files Changed Coverage
detectors/gcp/cloud-function.go ø
detectors/gcp/cloud-run.go ø
detectors/gcp/gce.go ø
detectors/gcp/gke.go ø

@MrAlias MrAlias merged commit 84de4d2 into open-telemetry:main Aug 30, 2023
27 checks passed
jlordiales pushed a commit to jlordiales/opentelemetry-go-contrib that referenced this pull request Sep 5, 2023
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog Allow PR to succeed without requiring an addition to the CHANGELOG
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants