[note to self] memory leak in prometheus if not requested #412

Closed
opened 2023-01-01 17:54:39 +00:00 by floatingghost · 1 comment

ref: https://github.com/beam-telemetry/telemetry_metrics_prometheus_core/issues/52

basically, if nobody actually pulls the statistics, the ETS table will carry on growing without ever being cleared

the maintainers recommend setting up a genserver to hold the data (which i guess we can then cron to pull and act as a cache of sorts)

ref: https://github.com/beam-telemetry/telemetry_metrics_prometheus_core/issues/52 basically, if nobody actually _pulls_ the statistics, the ETS table will carry on growing without ever being cleared the maintainers recommend setting up a genserver to hold the data (which i guess we can then cron to pull and act as a cache of sorts)
Author
Owner

ok

ok
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: AkkomaGang/akkoma#412
No description provided.