Julien Danjou
Julien Danjou
See https://bugs.launchpad.net/gnocchi/+bug/1619412
Archive policies are very useful and handy. However they also limit what a user can do with the metrics. If an application wants to create a metric and really knows...
Nothing in the REST API documentation talks about the format of this and where to use it.
When a user sends measures that are outside the back window, they are read and then ignored by metricd. It could be actually possible to ditch them before even reading...
After chatting with @thiagodasilva, it seems possible to use Swift DLO mechanism to append new aggregated measure to Carbonara splits directly. Creating a DLO manifest for a given split and...
See https://bugs.launchpad.net/gnocchi/+bug/1662567
Currently, if one install an ELPA package via el-get, the status is not synchronized. That means if you "el-get-install " and then remove it via package.el, el-get will be out-of-sync....
I see that its commented in the code, any reason for that?
The current code works fine on all Python version… except Python 3.11, for a good reason. If any piece of code in `memalloc_add_event` or `memalloc_heap_track` allocates memory, there's a infinite...
This adds some C code in the memalloc profiler module to extract class names from the stack traces. This work as the stack profiler, by introspecting the `self` and `cls`...