aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/telemetry
AgeCommit message (Collapse)Author
2020-10-12Add missing Copyright headersMark Felder
2020-09-11ConnectionPool: Log possible HTTP1 blocksrinpatch
2020-07-15Connection pool: Add client death trackingrinpatch
While running this in production I noticed a number of ghost processes with all their clients dead before they released the connection, so let's track them to log it and remove them from clients
2020-07-15Connection pool: implement logging and telemetry eventsrinpatch