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

enhance: add context to Services #942

Merged
merged 5 commits into from
Sep 1, 2023
Merged

enhance: add context to Services #942

merged 5 commits into from
Sep 1, 2023

Conversation

plyr4
Copy link
Contributor

@plyr4 plyr4 commented Aug 28, 2023

continuing the efforts started in #898 #922 #923 #930 #937 #938 #941

this is prep to add support for OpenTelemetry tracing.

the reason being, otel can (for the most part) work out of the box if you pass around contexts properly.

@plyr4 plyr4 requested a review from a team as a code owner August 28, 2023 16:10
@codecov
Copy link

codecov bot commented Aug 28, 2023

Codecov Report

Merging #942 (8e2e482) into main (91e26c4) will increase coverage by 0.01%.
The diff coverage is 85.71%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #942      +/-   ##
==========================================
+ Coverage   70.92%   70.94%   +0.01%     
==========================================
  Files         311      311              
  Lines       12895    12902       +7     
==========================================
+ Hits         9146     9153       +7     
  Misses       3284     3284              
  Partials      465      465              
Files Changed Coverage Δ
api/build/cancel.go 0.00% <0.00%> (ø)
api/build/clean.go 0.00% <0.00%> (ø)
api/build/plan.go 0.00% <0.00%> (ø)
database/service/clean.go 100.00% <100.00%> (ø)
database/service/count.go 100.00% <100.00%> (ø)
database/service/count_build.go 100.00% <100.00%> (ø)
database/service/create.go 85.00% <100.00%> (ø)
database/service/delete.go 100.00% <100.00%> (ø)
database/service/get.go 81.25% <100.00%> (ø)
database/service/get_build.go 85.00% <100.00%> (ø)
... and 9 more

Copy link
Contributor

@KellyMerrick KellyMerrick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@plyr4 plyr4 merged commit 987704f into main Sep 1, 2023
12 of 13 checks passed
@plyr4 plyr4 deleted the enhance/ctx-service branch September 1, 2023 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants