-
-
Notifications
You must be signed in to change notification settings - Fork 743
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(1-3335): filters data coming from the API to remove data points…
… we're not interested in (#9205) Implements a function that cleans and filters incoming data from the new traffic API. Specifically, it: - Removes `/edge` data points - Removes any data from before may 2024, which is the first full month we have on record Because all uses of the existing hook do this filtering themselves, I have added the filtering at the hook level. This is to avoid forgetting this filtering later. If we find out we need this data, we can move the filtering.
- Loading branch information
1 parent
d8a47ce
commit c85c687
Showing
5 changed files
with
105 additions
and
8 deletions.
There are no files selected for viewing
6 changes: 5 additions & 1 deletion
6
frontend/src/component/admin/network/NetworkTrafficUsage/endpoint-info.ts
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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