mirror of
https://github.com/Unleash/unleash.git
synced 2025-11-10 01:19:53 +01:00
### 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. |
||
|---|---|---|
| .. | ||
| config | ||
| e2e | ||
| examples | ||
| fixtures | ||
| arbitraries.test.ts | ||