mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-21 13:47:39 +02:00
## 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 |
||
---|---|---|
.. | ||
access-store.test.ts | ||
access-store.ts | ||
account-store.ts | ||
addon-store.ts | ||
api-token-store.ts | ||
client-applications-store.ts | ||
client-instance-store.ts | ||
context-field-store.ts | ||
db-pool.ts | ||
db.ts | ||
event-store.ts | ||
favorite-features-store.ts | ||
favorite-projects-store.ts | ||
feature-environment-store.ts | ||
feature-strategy-store.test.ts | ||
feature-tag-store.ts | ||
feature-type-store.ts | ||
group-store.ts | ||
index.ts | ||
pat-store.ts | ||
project-stats-store.ts | ||
project-store.ts | ||
public-signup-token-store.ts | ||
reset-token-store.ts | ||
role-store.ts | ||
segment-store.test.ts | ||
segment-store.ts | ||
session-store.ts | ||
setting-store.ts | ||
strategy-store.ts | ||
tag-store.ts | ||
transaction.ts | ||
user-feedback-store.ts | ||
user-splash-store.ts | ||
user-store.ts |