1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-20 00:08:02 +01:00
unleash.unleash/src
David Leek ccd2fee4ee
feat: implement a store for stat_traffic_data (#6190)
## About the changes

Implements a new store for collected traffic data usage that connects to
the new table `stat_traffic_data` primary key'd on [day, trafficGroup,
status_code_series].

Day being a date
Traffic group being which endpoint is being counted for, ie /api/admin,
/api/frontend etc
Status code series grouping 2xx status responses and 304 into their
respective 200 / 300 series.

No service here, this is for pro/enterprise
2024-02-12 08:39:51 +01:00
..
lib feat: implement a store for stat_traffic_data (#6190) 2024-02-12 08:39:51 +01:00
mailtemplates chore: update schedule emails to handle suspensions and segment updates (#6145) 2024-02-08 17:30:42 +09:00
migrations chore: add migration for traffic data collection (#6171) 2024-02-09 09:58:58 +01:00
test feat: implement a store for stat_traffic_data (#6190) 2024-02-12 08:39:51 +01:00
migrator.ts chore: This helps output the migrations being applied (#6004) 2024-01-23 16:01:36 +01:00
server-dev.ts feat: add posted feedback table (#6113) 2024-02-02 15:39:29 +02:00
server.ts