Ivar Conradi Østhus
5141e77bce
fix: add appName to http response time metrics ( #2117 )
2022-09-30 15:28:50 +02:00
Gard Rimestad
9aa1c7aeb0
fix: client registration events are on eventStore ( #2093 )
...
Client registration events are on eventStore and not on eventBus. This
change makes us have sdk name and version metrics in unleash.
2022-09-27 11:06:06 +02:00
Ivar Conradi Østhus
a7ed7557ec
fix: add env and project labels to feature updated metrics. ( #2043 )
2022-09-08 11:01:27 +02:00
Christopher Kolstad
4ed05047f3
Add a counter for total number of environments ( #1964 )
2022-09-06 13:24:13 +02:00
Ivar Conradi Østhus
8ef7789769
fix: Sliding window functionality for summaries ( #1999 )
...
Make the percentile metrics more adaptive to changes.
https://github.com/siimon/prom-client#summary
2022-08-30 13:53:28 +02:00
Christopher Kolstad
5bacc7ba36
task: add sdk version metric ( #1828 )
...
* task: add sdk version metric
2022-07-22 09:00:22 +00:00
olav
ee35c7ad74
refactor: replace ts-ignore with ts-expect-error ( #1675 )
...
* refactor: replace ts-ignore with ts-expect-error
* refactor: remove unused ts-expect-errors
2022-06-07 11:49:17 +02:00
Ivar Conradi Østhus
4a9939ccb1
feat: remove old metrics service
2021-12-10 09:31:54 +01:00
Ivar Conradi Østhus
d8478dd928
feat: clean up events ( #1089 )
...
Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>
2021-11-12 13:15:51 +01:00
Martin Lehmann
b47e228181
fix: be explicit when specifying time & replace moment with date-fns ( #1072 )
2021-11-02 15:13:46 +01:00
Ivar Conradi Østhus
e8486612b6
fix: set correct projects count in metrics
2021-08-31 23:29:23 +02:00
Ivar Conradi Østhus
aab4602029
fix: add user and project counters
2021-08-27 10:10:14 +02:00
Christopher Kolstad
ff7be7696c
fix: Stores as typescript and with interfaces. ( #902 )
...
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-08-12 15:04:37 +02:00
Ivar Conradi Østhus
3858b29d80
fix: register metrics middleware before pre-hook ( #866 )
2021-06-07 10:34:32 +02:00
Christopher Kolstad
3a65847aa7
Migrate to jest ( #854 )
...
* Migrate to jest
* Use --force-exit until dns close handle issue https://github.com/facebook/jest/issues/9982
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-05-28 11:10:24 +02:00
Ivar Conradi Østhus
df2e23c282
fix: refactor event types
2021-04-29 10:21:29 +02:00
Christopher Kolstad
240c6a77a1
Feat/options need types ( #794 )
...
feat: options are now typed
- This makes it easier to know what to send to unleash.start / unleash.create
- Using a Partial to instantiate the config, then melding it with defaults to get a config object with all fields set either to their defaults or to whatever is passed in.
Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com>
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-04-22 10:07:10 +02:00
Clint Checketts
6643de66a5
chore: Begin converting files from JS to TypeScript
2021-02-22 21:57:58 -07:00