feat: otel tracing #899
Merged
feat: otel tracing #899
Codecov / codecov/project
failed
Sep 12, 2024 in 0s
52.44% (target 90.00%)
View this Pull Request on Codecov
52.44% (target 90.00%)
Details
Codecov Report
Attention: Patch coverage is 19.33962%
with 171 lines
in your changes missing coverage. Please review.
Project coverage is 52.44%. Comparing base (
b6e5d75
) to head (1e20dd9
).
Files with missing lines | Patch % | Lines |
---|---|---|
tracing/tracer.go | 0.00% | 64 Missing |
tracing/config.go | 0.00% | 39 Missing |
tracing/sampler.go | 0.00% | 23 Missing |
cmd/vela-server/server.go | 0.00% | 12 Missing |
api/webhook/post.go | 0.00% | 11 Missing |
database/database.go | 10.00% | 8 Missing and 1 partial |
scm/github/github.go | 25.00% | 5 Missing and 1 partial |
cmd/vela-server/scm.go | 0.00% | 2 Missing |
api/build/approve.go | 0.00% | 1 Missing |
api/build/create.go | 0.00% | 1 Missing |
... and 3 more |
Additional details and impacted files
@@ Coverage Diff @@
## main #899 +/- ##
==========================================
- Coverage 52.79% 52.44% -0.35%
==========================================
Files 551 557 +6
Lines 19221 19421 +200
==========================================
+ Hits 10147 10185 +38
- Misses 8510 8670 +160
- Partials 564 566 +2
Files with missing lines | Coverage Δ | |
---|---|---|
database/context.go | 92.59% <100.00%> (+0.28%) |
⬆️ |
database/opts.go | 92.85% <100.00%> (+0.54%) |
⬆️ |
router/middleware/tracing.go | 100.00% <100.00%> (ø) |
|
router/middleware/tracing/context.go | 100.00% <100.00%> (ø) |
|
router/middleware/tracing/tracing.go | 100.00% <100.00%> (ø) |
|
scm/github/opts.go | 100.00% <100.00%> (ø) |
|
scm/setup.go | 100.00% <100.00%> (ø) |
|
api/build/approve.go | 0.00% <0.00%> (ø) |
|
api/build/create.go | 0.00% <0.00%> (ø) |
|
api/build/restart.go | 0.00% <0.00%> (ø) |
|
... and 10 more |
Loading