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

Move telemetry payloads to Telemetry #975

Merged
merged 2 commits into from Feb 10, 2022
Merged

Move telemetry payloads to Telemetry #975

merged 2 commits into from Feb 10, 2022

Conversation

NullSoldier
Copy link
Contributor

Summary

Moved the telemetry specific payloads into the telemetry system
with the greater non telemetry code not crafting telemetry payloads
manually. This keeps the telemetry format kind of isolated inside the
telemetry system, and also protects them from being modified. It's also
nice because you can see all the telemetry points we have in one
place.

Testing Plan

Ran tests

Breaking Change

Is this a breaking change? If yes, add notes below on why this is breaking and
what additional work is required, if any.

[ ] Yes
[x] No

Moved the telemetry specific payloads into the telemtry system
with the greater non telemtry code not crafting telemetry payloads
manually. This keeps the telemtry format kind of isolated inside the
telemetry system, and also protects them from being modified. It's also
nice because you can see all the telemetry points we have in one
place.
ironfish/src/metrics/metricsMonitor.ts Outdated Show resolved Hide resolved
@NullSoldier NullSoldier merged commit d51f3b6 into staging Feb 10, 2022
@NullSoldier NullSoldier deleted the telemetry branch February 10, 2022 20:04
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.

None yet

3 participants