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

MERC-6299 Skip telemetry for market status bridges #14415

Merged
merged 6 commits into from
Sep 20, 2024
Merged

Conversation

martin-cll
Copy link
Contributor

@martin-cll martin-cll commented Sep 13, 2024

Context

How the telemetry code works right now is that inside collectMercuryEnhancedTelemetry, we loop over each bridge task and for each one, we parse out some fields and send 1 piece of telemetry. Now that we have a new market status type of bridge, we want to skip sending telemetry for it in order to not break downstream analytics that assume pricing bridges only. The market status value is still being sent in the observed_market_status field so we are not losing any information.

Changes

Parse the bridge task's request parameters and use either the endpoint value or the presence of a market field (in case the endpoint was omitted) to infer that the bridge a market status bridge.

Also skip over attempting to parse the bid and ask prices for v4 schemas which have no bid or ask prices.

@martin-cll martin-cll requested review from a team as code owners September 13, 2024 07:34
@martin-cll martin-cll requested review from george-dorin and removed request for a team September 13, 2024 07:34
@martin-cll martin-cll force-pushed the ml/v4-telemetry branch 2 times, most recently from 968e832 to 5039d6f Compare September 16, 2024 04:00
@martin-cll martin-cll changed the title MERC-6299 Improved telemetry for Mercury v4 feeds MERC-6299 Skip telemetry for market status bridges Sep 16, 2024
samsondav
samsondav previously approved these changes Sep 16, 2024
@martin-cll martin-cll added this pull request to the merge queue Sep 20, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Sep 20, 2024
@martin-cll martin-cll added this pull request to the merge queue Sep 20, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Sep 20, 2024
@martin-cll martin-cll added this pull request to the merge queue Sep 20, 2024
Merged via the queue into develop with commit d2d9568 Sep 20, 2024
76 of 77 checks passed
@martin-cll martin-cll deleted the ml/v4-telemetry branch September 20, 2024 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.

4 participants