1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-15 17:50:48 +02:00
unleash.unleash/src/test/e2e
Christopher Kolstad f4bdd89a1c
fix: Change format for bulk metrics. (#3229)
### What
Change /edge/metrics endpoint to accept list of ClientMetricsEnv

### Rationale
We originally made the assumption that we probably didn't need to keep
splitting from a map of features into ClientMetricsEnv for bulk, instead
the bulk poster could post ClientMetricsEnv directly. However, Unleash
still expected the old client metrics format with a dictionary of
featurename -> metricsForFeature. This PR changes that to now accept the
list of ClientMetricsEnv (preprocessed data from downstream) instead of
expecting metrics to be in the old single application metric format.
2023-03-01 13:08:08 +01:00
..
api fix: Change format for bulk metrics. (#3229) 2023-03-01 13:08:08 +01:00
helpers feat: Permissions update import (#3141) 2023-02-17 11:58:55 +01:00
routes
seed feat: add segments (#1426) 2022-03-29 14:59:14 +02:00
services fix: make sure we have a user in event store (#3072) 2023-02-09 11:01:39 +01:00
stores chore: Renames login_events to sign_on_log (#3203) 2023-02-27 14:42:13 +00:00
custom-auth.test.ts Favorite features (#2550) 2022-11-29 16:06:08 +01:00
health.e2e.test.ts