aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/telemetry
AgeCommit message (Collapse)Author
2022-01-24Revert "Merge branch 'log-slow-queries' into 'develop'"Alex Gleason
This reverts merge request !3553
2021-12-27Merge branch 'log-slow-queries' into 'develop'Alex Gleason
Log slow Ecto queries See merge request pleroma/pleroma!3553
2021-12-27Made slow queries logging disabled by default.Ivan Tashkinov
2021-12-26Configurability of slow queries logging ([:pleroma, :telemetry, ↵Ivan Tashkinov
:slow_queries_logging]). Adjusted log messages truncation to 65 kb (was default: 8 kb). Non-truncated logging of slow query params.
2021-12-19Slow queries logging improvements: added EXPLAIN results, listed params, ↵Ivan Tashkinov
improved stacktrace.
2021-12-05Log Ecto queries > 500msAlex Gleason
2021-10-06CI: Bump lint stage to elixir-1.12Haelwenn (lanodan) Monnier
Elixir 1.12 changed formatting rules, this allows to avoid having to rollback to run `mix format`
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