docs(#10438): add tasks:all-tasks telemetry entry#2171
Merged
dianabarsan merged 2 commits intomedic:mainfrom Mar 27, 2026
Merged
docs(#10438): add tasks:all-tasks telemetry entry#2171dianabarsan merged 2 commits intomedic:mainfrom
dianabarsan merged 2 commits intomedic:mainfrom
Conversation
3 tasks
5d92c84 to
14b35fd
Compare
dianabarsan
requested changes
Mar 27, 2026
Member
dianabarsan
left a comment
There was a problem hiding this comment.
Thank you so much for adding this. I added one small request below.
| | `analytics:target_aggregates:load` | The time taken to load the target aggregates. Added in 4.7. | Yes. Added in 4.7 | | ||
| | `tasks:load` | The time taken to load the tasks page. Added in 3.9 | Yes. Added in 4.7 | | ||
| | `tasks:refresh` | The time taken to refresh tasks on the tasks page. Added in 3.9 | Yes. Added in 4.7 | | ||
| | `tasks:all-tasks` | The number of tasks visible to the user at the time of recalculation. Recorded each time `refreshTasks()` is called, covering both initial load and subsequent recalculations triggered by changes or rules engine updates. Added in 5.1.0 | | |
Member
There was a problem hiding this comment.
I think we should not get into implementation details, by mentioning internal function names here. Can you please remove references to function names?
The description can be simplified by just mentioning that task counts are recorded on every recalculation, it is sufficient.
Contributor
Author
|
Done @dianabarsan — removed the internal function name reference and simplified the description as suggested. Thanks for the feedback! |
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.
Description
Adds documentation for the new telemetry entry
tasks:all-tasks, which records the number of tasks visible to the user each timerefreshTasks()is called.This covers both initial load and subsequent recalculations triggered by changes or rules engine updates.
Related to medic/cht-core#10438