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

📈 add minified telemetry schema, add booth parkour telemetry #247

Merged
merged 25 commits into from
Oct 24, 2024

Conversation

TheAfroOfDoom
Copy link
Owner

@TheAfroOfDoom TheAfroOfDoom commented Oct 24, 2024

we need to minify our telemetry instead of exporting/saving as raw JSON/NBT in order to minimize the character count.

the only way for us to collect the telemetry early on Summit is as a non-operator, running a tellraw trigger. the chat has a limit of 321600 bytes (characters) per message, and prior to this PR the telemetry data surpassed this limit pretty fast


also added telemetry data for the parkour section so we can get cool stats on how many players made it to each section

- player number ID changes on server join
- tracking server UUID with these lets the same numeric ID be used on different servers without issue
- all following tick data is relative to this base tick
only bumping after this one is released to summit, after changes if needed
@TheAfroOfDoom TheAfroOfDoom merged commit d9f74cd into smithed-summit-2024 Oct 24, 2024
5 checks passed
@TheAfroOfDoom TheAfroOfDoom deleted the minify-telemetry-add-parkour-data branch October 24, 2024 04:47
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.

1 participant