aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/telemetry
AgeCommit message (Collapse)Author
2021-01-13Bump Copyright to 2021Haelwenn (lanodan) Monnier
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;'
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