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 Executables #937

Merged
merged 2 commits into from
Aug 28, 2023
Merged

enhance: add context to Executables #937

merged 2 commits into from
Aug 28, 2023

Conversation

plyr4
Copy link
Contributor

@plyr4 plyr4 commented Aug 25, 2023

continuing the efforts started in #898 #922 #923 #930

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 25, 2023 15:11
@codecov
Copy link

codecov bot commented Aug 26, 2023

Codecov Report

Merging #937 (0b19150) into main (2187e6b) will increase coverage by 0.01%.
The diff coverage is 78.57%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #937      +/-   ##
==========================================
+ Coverage   70.84%   70.85%   +0.01%     
==========================================
  Files         311      311              
  Lines       12833    12841       +8     
==========================================
+ Hits         9092     9099       +7     
- Misses       3278     3279       +1     
  Partials      463      463              
Files Changed Coverage Δ
api/build/executable.go 0.00% <0.00%> (ø)
api/build/publish.go 0.00% <0.00%> (ø)
database/executable/create.go 68.96% <100.00%> (ø)
database/executable/executable.go 56.00% <100.00%> (ø)
database/executable/opts.go 100.00% <100.00%> (ø)
database/executable/pop.go 68.08% <100.00%> (ø)
database/executable/table.go 100.00% <100.00%> (ø)
database/resource.go 70.79% <100.00%> (+0.26%) ⬆️

@plyr4 plyr4 merged commit 6a15df6 into main Aug 28, 2023
12 of 13 checks passed
@plyr4 plyr4 deleted the enhance/ctx-executable branch August 28, 2023 14:27
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.

3 participants