mattermost-mobile/app/actions/websocket
Elias Nahum d1d3fda83a
Request metrics improvements (#8420)
* Network metrics

* update network-client ref

* fix unit tests

* missing catch error parsing

* Replace API's to fetch all teams and channels for a user
Update groupLabel to use a type definition
Include effective Latency and Average Speed in the metrics
Include parallel and sequential request counts

* update network library and fix tests

* feat(MM-61865): send network request telemetry data to the server (#8436)

* feat(MM-61865): send network info telemetry data

* unit testing

* fix latency vs effectiveLatency

* cleanup test

* fix failing tests

* fix spelling error

* fix failing test

* more cleanup

* fix: improve parallel requests calculation (#8439)

* fix: improve parallel requests calculation

* fix test issue

* multiple parallelGroups testing

* calculateAverageSpeedWithCategories test

* categorizedRequests in it's own describe

* clean up duplicate tests

* check for when groupLabel is non-existent

* a case when groupLabel is non-existent

* more testing with effective latency.

* resolveAndFlattenModels with a capital F

* add try..catch within resolveAndFlattenModels

* update groupLabel to fix failing lint

* fix linting issue due to unknown group label

* forgot to push changes

* fix the indentation problem again

* add env var option for COLLECT_NETWORK_METRICS

---------

Co-authored-by: Rahim Rahman <rahim.rahman@mattermost.com>
Co-authored-by: Mattermost Build <build@mattermost.com>
2025-01-16 13:55:29 -07:00
..
category.ts Cleanup 2023-11-09 17:23:48 +05:30
channel.test.ts MM-59652 Add unit tests to actions/websocket/channel (#8417) 2024-12-18 08:19:37 -05:00
channel.ts MM-59652 Add unit tests to actions/websocket/channel (#8417) 2024-12-18 08:19:37 -05:00
event.test.ts Add tests for actions/websocket/event (#8470) 2025-01-13 19:19:00 -05:00
event.ts Channel Bookmarks (#7817) 2024-07-18 09:10:28 +08:00
group.ts Move config to its own database table (#6744) 2022-11-11 21:20:42 +04:00
index.ts Request metrics improvements (#8420) 2025-01-16 13:55:29 -07:00
integrations.ts Gekidou Android share extension (#6803) 2022-11-30 23:18:56 +02:00
posts.test.ts Request metrics improvements (#8420) 2025-01-16 13:55:29 -07:00
posts.ts Add tests for actions/websocket/posts (#8465) 2025-01-13 19:18:42 -05:00
preferences.ts Various fixes (#7161) 2023-02-24 13:02:05 +02:00
reactions.ts Refactor errors around the app (#7306) 2023-05-03 13:08:55 +02:00
roles.ts Refactor errors around the app (#7306) 2023-05-03 13:08:55 +02:00
system.ts Refactor errors around the app (#7306) 2023-05-03 13:08:55 +02:00
teams.test.ts Add tests for actions/websocket/teams (#8479) 2025-01-16 15:21:30 -05:00
teams.ts Refactor errors around the app (#7306) 2023-05-03 13:08:55 +02:00
threads.ts Refactor errors around the app (#7306) 2023-05-03 13:08:55 +02:00
users.ts Improve status sync (#7379) 2023-06-02 15:31:00 +02:00