1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00
unleash.unleash/src
Christopher Kolstad e7642c02aa
feat: Added bulk metrics support under /api/client/metrics/bulk path (#5779)
This adds a bulk endpoint under `/api/client/metrics`. Accessible under
`/api/client/metrics/bulk`.

This allows us to piggyback on the need for an API user with access.
This PR mostly copies the behaviour from our `/edge/metrics` endpoint,
but it filters metrics to only include the environment that the token
has access to.

So a client token that has access to the `production` will not be
allowed to report metrics for the `development` environment. More
importantly, a `development` token will not be allowed to post metrics
for the `production` environment.
2024-01-10 14:52:34 +01:00
..
lib feat: Added bulk metrics support under /api/client/metrics/bulk path (#5779) 2024-01-10 14:52:34 +01:00
mailtemplates fix: conflict email naming bug - cleanup files (#5683) 2023-12-19 16:01:16 +02:00
migrations chore: add reason column to change request schedule table (#5802) 2024-01-10 08:47:30 +05:30
test feat: read extended metrics from more than 48 hours (#5822) 2024-01-10 11:48:06 +01:00
migrator.ts
server-dev.ts Feat/add feedback to new strategy form (#5745) 2024-01-03 15:43:22 +01:00
server.ts