matrix-org / panopticon

panopticon records usage metrics from homeservers
Apache License 2.0
13 stars 6 forks source link

Include the User-Agent in the stats table. #5

Closed NegativeMjark closed 8 years ago

NegativeMjark commented 8 years ago

Synapse includes its version in its User-Agent. It might be useful to log it so we can see what versions of the server are out there.

illicitonion commented 8 years ago

LGTM, modulo comment

NegativeMjark commented 8 years ago

I've updated the live panopticon using:

ALTER TABLE stats ADD COLUMN user_agent STRING;
illicitonion commented 8 years ago

LGTM, please re-deploy when you merge :)