Hugo Maingonnat

Results 5 comments of Hugo Maingonnat

Prefixing the resource type look like the standard way of doing this: `kubectl logs -f deploy/my-deployment` works (but select only one pod). Resources don't always have the `app` label.

Ops, sorry I found out that I need to do it like this : ``` advanced_filter_fields = ['related_obj__id'] ``` It would be nice though it it could work with `related_obj`...

I agree, this was more an example for those looking to add dcgm. However I can try to make it optional, if you think this is possible ? (i am...

It would be a nice feature ! About the RAM tracking, https://github.com/python-recsys/benchy might be a source of inspiration ? It uses memory_profiler package

This probably involve to raise specific exceptions that store the HTTP code instead of raising generic LibCloudError and parsing the code from in the error message https://github.com/apache/libcloud/blob/fe4f81b5a31a8f470ff6ba5af7451cccfc423c2b/libcloud/storage/base.py#L716