client_golang icon indicating copy to clipboard operation
client_golang copied to clipboard

Memory Leak with DeletePartialMatch()

Open rsylim804 opened this issue 6 months ago • 0 comments

Hello I am using the library's DeletePartialMatch() function to clean up metrics which I consider expired after a certain time. However, I am experiencing a memory leak somewhere on the API server where I host these metrics. Is there something I'm missing about the usage in this deletion function and is it truly deleting the metric saving memory? I'm lost on where this memory leak could be occurring. Are there any ideas on what could be potentially causing this?

rsylim804 avatar May 08 '25 21:05 rsylim804