matrix-org / dendron

Dendron was an experimental Matrix homeserver, succeeded by Dendrite.
35 stars 9 forks source link

Add histogram for proxied request timings #16

Closed illicitonion closed 8 years ago

NegativeMjark commented 8 years ago

Running this against the apache logs on matrix.org gives:

unknown path /_matrix/client/api/v1/profile/@pickle:matrix.org/avatarUrl
unknown path /_matrix/client/api/v1/directory/room/%23matrix%3Amatrix.org
unknown path /_matrix/client/api/v1/register
unknown path /_matrix/client/api/v1/rooms/%21mSwhuMfppgqFDVEWOA%3Amatrix%2Eorg/send/m.room.message
unknown path /_matrix/client/versions
unknown path /_matrix/client/api/v1/login/cas/redirect
unknown path /_matrix/client/api/v1/login/cas/ticket
unknown path /_matrix/client/api/v1/rooms/!MeTzOSGNyxETdjWBhy%3Amatrix.org/redact/%24145345892577674BLtXl%3Amatrix.org
unknown path /_matrix/client/v2_alpha/keys/upload/cBTPqxK3AhyJZN0qqbpN
NegativeMjark commented 8 years ago

Also misses /_matrix/media paths as well.

NegativeMjark commented 8 years ago

And the federation paths.

illicitonion commented 8 years ago

Fixed media.

Ignoring federation as it shouldn't go through dendron right now.

PTAL

NegativeMjark commented 8 years ago

LGTM