1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-03-09 00:18:26 +01:00
unleash.unleash/src/lib/features/metrics
Gastón Fournier 106e1d1376
fix: last seen metrics exceeding table limits (#7923)
## About the changes
When storing last seen metrics we no longer validate at insert time that
the feature exists. Instead, there's a job cleaning up on a regular
interval.

Metrics for features with more than 255 characters, makes the whole
batch to fail, resulting in metrics being lost.

This PR helps mitigate the issue while also logs long name feature names
2024-08-19 20:17:52 +00:00
..
client-metrics fix: last seen metrics exceeding table limits (#7923) 2024-08-19 20:17:52 +00:00
instance [Gitar] Cleaning up stale flag: parseProjectFromSession with value true (#7854) 2024-08-13 14:15:59 +03:00
last-seen fix: last seen metrics exceeding table limits (#7923) 2024-08-19 20:17:52 +00:00
shared feat: start extracting project from session object (#6856) 2024-04-16 15:47:45 +03:00
sizes refactor: largest resources queries (#7466) 2024-06-27 09:26:40 +02:00