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

Logging and Metrics #5

Merged
merged 14 commits into from
Aug 29, 2023
Merged

Logging and Metrics #5

merged 14 commits into from
Aug 29, 2023

Conversation

dfarr
Copy link
Member

@dfarr dfarr commented Aug 25, 2023

Logs:

Metrics:

  • prometheus

Closes #3

@codecov
Copy link

codecov bot commented Aug 25, 2023

Codecov Report

Merging #5 (82ecbda) into main (48a8576) will decrease coverage by 0.81%.
The diff coverage is 52.33%.

@@            Coverage Diff             @@
##             main       #5      +/-   ##
==========================================
- Coverage   73.97%   73.17%   -0.81%     
==========================================
  Files          39       39              
  Lines        3109     3251     +142     
==========================================
+ Hits         2300     2379      +79     
- Misses        663      723      +60     
- Partials      146      149       +3     
Files Changed Coverage Δ
internal/aio/aio.go 0.00% <0.00%> (ø)
internal/app/coroutines/deleteSubscription.go 0.00% <0.00%> (ø)
internal/kernel/types/aio.go 0.00% <0.00%> (ø)
test/dst/model.go 54.33% <0.00%> (ø)
internal/app/coroutines/cancelPromise.go 83.69% <14.28%> (-2.83%) ⬇️
internal/app/coroutines/rejectPromise.go 83.69% <14.28%> (-2.83%) ⬇️
internal/app/coroutines/resolvePromise.go 83.69% <14.28%> (-2.83%) ⬇️
internal/app/coroutines/createPromise.go 80.64% <20.00%> (-2.14%) ⬇️
internal/app/coroutines/readPromise.go 75.90% <20.00%> (-3.85%) ⬇️
internal/app/coroutines/notifiySubscriptions.go 67.48% <25.00%> (-2.89%) ⬇️
... and 11 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@dfarr dfarr merged commit 1bf6381 into main Aug 29, 2023
1 of 3 checks passed
@dfarr dfarr deleted the feature/slog branch August 29, 2023 16:32
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.

Logging & Metrics
1 participant