Commit graph

11 commits

Author SHA1 Message Date
Bruce Berrios
64f06231cd
Add initial client version tracking (#2710) bruception
* Add initial client version tracking

* Make headers optional

* Add client version

* Add client version on build

* header fix

Co-authored-by: Miodec <bartnikjack@gmail.com>
2022-03-16 16:53:11 +01:00
Miodec
d80ad81746 tracking how long it took to update the leaderboard 2022-03-12 21:06:53 +01:00
Miodec
ac63198f74 added wpm, acc and duration histograms 2022-03-12 18:29:32 +01:00
Miodec
9dae088202 added result, language and funbox counters 2022-03-12 16:11:00 +01:00
Jack
4c396717ef
Added a custom auth counter to prometheus metrics (#2690)
* added basic auth and prom client dependencies

* incrementing auth counter

* added custom prometheus metric

* turns out there is no need for basic auth

* updated name

* exact

* exact
2022-03-12 15:20:18 +01:00
Bruce Berrios
3240abc22e
Enable strict null checks in backend (#2639)
* Enable strict null checks in backend

* Fix

* Use non-null assertion

* Add none
2022-03-07 11:10:07 -05:00
Bruce Berrios
1df8388e2d
Migrate utils pb to ts (#2631)
* Migrate utils pb to ts

* Fix

* Move to separate function
2022-03-04 23:24:10 +01:00
Bruce Berrios
7ef0c424d6
Migrate some utils to TS (#2625)
* Migrate some utils to TS

* Add argument type

* Fix logic

* Refactor math functions

* Rename function
2022-03-04 16:25:24 +01:00
Miodec
d4b7ab90ca converted to ts 2022-03-04 00:29:06 +01:00
Miodec
6370f6a624 moved is test too short check to validation 2022-03-04 00:10:49 +01:00
Bruce Berrios
374a2089c3
Rename handlers to utils (#2620) 2022-03-03 16:31:57 -05:00