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

Make backend responsible for reporting its own metrics #819

Merged
merged 1 commit into from
Dec 18, 2024

Conversation

rowanseymour
Copy link
Member

No description provided.

for {
select {
case <-b.stopChan:
b.reportMetrics()
Copy link
Member Author

Choose a reason for hiding this comment

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

@norkans7 this should ensure any last metrics are sent

Copy link

codecov bot commented Dec 18, 2024

Codecov Report

Attention: Patch coverage is 88.88889% with 2 lines in your changes missing coverage. Please review.

Project coverage is 74.58%. Comparing base (d4ec7e6) to head (24f6a81).

Files with missing lines Patch % Lines
backends/rapidpro/backend.go 88.88% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #819      +/-   ##
==========================================
+ Coverage   74.54%   74.58%   +0.03%     
==========================================
  Files         112      112              
  Lines       13271    13271              
==========================================
+ Hits         9893     9898       +5     
+ Misses       2658     2653       -5     
  Partials      720      720              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rowanseymour rowanseymour merged commit c6f48ad into main Dec 18, 2024
7 checks passed
@rowanseymour rowanseymour deleted the move_heartbeat branch December 18, 2024 14:19
@github-actions github-actions bot locked and limited conversation to collaborators Dec 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants