-
Notifications
You must be signed in to change notification settings - Fork 199
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
Update messaging for measuring message delay between App and Hub #2499
Merged
Commits on Oct 25, 2024
-
Add timestamp for each message request.
With this new timestamped messaged, the host can properly compare and evaluate how much time the request got delayed to an issue on a busy event loop.
Configuration menu - View commit details
-
Copy full SHA for 9868856 - Browse repository at this point
Copy the full SHA 9868856View commit details -
Create handler for streaming performance metrics.
This new handler will allow any application developer to register a function for analyzing or storing performance metrics related to latencies due to a message delay sending the response back from the host to the app.
Configuration menu - View commit details
-
Copy full SHA for ec13472 - Browse repository at this point
Copy the full SHA ec13472View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a34290 - Browse repository at this point
Copy the full SHA 3a34290View commit details -
Add new field with monotonic timestamp.
The old field will be preserved with backwards compatibility with previous versions that still consume this field.
Configuration menu - View commit details
-
Copy full SHA for 21cd299 - Browse repository at this point
Copy the full SHA 21cd299View commit details -
Organize telemetry in the correct module.
All the telemetry related code is added to the telemetry module to avoid cluttering the communication layer with nuances about telemetry.
Configuration menu - View commit details
-
Copy full SHA for 6894bed - Browse repository at this point
Copy the full SHA 6894bedView commit details -
Configuration menu - View commit details
-
Copy full SHA for c961f4d - Browse repository at this point
Copy the full SHA c961f4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a2c905c - Browse repository at this point
Copy the full SHA a2c905cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c643440 - Browse repository at this point
Copy the full SHA c643440View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58bd878 - Browse repository at this point
Copy the full SHA 58bd878View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ced08a - Browse repository at this point
Copy the full SHA 0ced08aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95935f1 - Browse repository at this point
Copy the full SHA 95935f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f30c51 - Browse repository at this point
Copy the full SHA 8f30c51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 410ede6 - Browse repository at this point
Copy the full SHA 410ede6View commit details
Commits on Oct 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4615cc9 - Browse repository at this point
Copy the full SHA 4615cc9View commit details
Commits on Oct 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2fbfccb - Browse repository at this point
Copy the full SHA 2fbfccbView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf8fdd9 - Browse repository at this point
Copy the full SHA cf8fdd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9baa1bf - Browse repository at this point
Copy the full SHA 9baa1bfView commit details
Commits on Oct 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 26698e7 - Browse repository at this point
Copy the full SHA 26698e7View commit details
Commits on Oct 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c8f4dba - Browse repository at this point
Copy the full SHA c8f4dbaView commit details
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.