1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-11-01 19:07:38 +01:00
unleash.unleash/src/test
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
..
config refactor: remove variants per environment feature flag (#3102) 2023-02-14 14:02:02 +00:00
e2e fix: Change format for bulk metrics. (#3229) 2023-03-01 13:08:08 +01:00
examples fix: found an edge case exporting variants (#2900) 2023-01-13 14:55:57 +01:00
fixtures feat: oss import (#3123) 2023-02-16 08:08:51 +01:00
arbitraries.test.ts