add get_banded_slow_text_message_delivery_reports_by_provider, record result in generate_sms_delivery_stats - #4952
Open
risicle wants to merge 1 commit into
Open
add get_banded_slow_text_message_delivery_reports_by_provider, record result in generate_sms_delivery_stats#4952risicle wants to merge 1 commit into
get_banded_slow_text_message_delivery_reports_by_provider, record result in generate_sms_delivery_stats#4952risicle wants to merge 1 commit into
Conversation
risicle
force-pushed
the
ris-new-slow-sms-delivery-metric
branch
from
September 1, 2026 14:36
77c8c60 to
a2df8c6
Compare
… result in generate_sms_delivery_stats this is a candidate building block for a new sms balancer slow delivery metric that is capable of measuring delivery delay in a series of "bands" that each trade off severity of delay measured with fast responses to interruption. it also notably uses sent_at rather than created_at to calculate delivery delay, preventing it from being sensitive to delivery delays at our end. here we simply expose the separate components of this measure as an otel metric, allowing us to experiment with real data for determining e.g. methods off combining the bands into a single representative figure
risicle
force-pushed
the
ris-new-slow-sms-delivery-metric
branch
from
September 1, 2026 15:20
a2df8c6 to
8a10fb2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://trello.com/c/1Q7z3GH3/1568-investigate-and-decide-what-to-do-next-re-balancer-behaviour-during-vodafone-network-outage
This is a candidate building block for a new sms balancer slow delivery metric that is capable of measuring delivery delay in a series of "bands" that each trade off severity of delay measured with fast responses to interruption.
It also notably uses
sent_atrather thancreated_atto calculate delivery delay, preventing it from being sensitive to delivery delays at our end.Here we simply expose the separate components of this measure as an otel metric, allowing us to experiment with real data for determining e.g. methods off combining the bands into a single representative figure which we might later be able to make balancing decisions based on.
Sending these queries to the replica to avoid any possibility these could seriously affect the primary database.