0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2025-01-12 17:24:20 +01:00
dendrite/internal/httputil
Till e8dd37d533
Add metrics for internal API requests (#2310)
* Add response size and requests total to internal handler

* Move MustRegister calls to New* funcs

* Move MustRegister back to init

* Init at some place, minimize changes
2022-04-08 12:24:40 +02:00
..
http.go Add missing HTTP mode for userapi (#1982) 2021-12-03 17:18:35 +00:00
httpapi.go Add metrics for internal API requests (#2310) 2022-04-08 12:24:40 +02:00
httpapi_test.go
paths.go Healthcheck endpoints (#2303) 2022-03-25 13:25:15 +00:00
rate_limiting.go
routing.go