znerol
znerol
It looks like there is zero-code instrumentation available for [python](https://opentelemetry.io/docs/zero-code/python/example/#execute-the-automatically-instrumented-server). So maybe it wouldn't be too complicated to get some insight into what exactly happens in certain scenarios.
> BTW, if I understand correctly, pve-exporter does multiple API calls to proxmox and maybe one of these slows everything down... is it possible to debug what exactly is going...
Thanks for the PR. This is an interesting proposal. From a maintainers POV, I'd prefer PRs with a clear scope. Could you split out the changes to the CLI (environment...
> you mean I should also regroup my code inside the node.py or can I leave it on its own file and just register as node collector ? I do...
Merge sequence doesn't matter. Git will take care of that. What's important though is to minimize the changes. Many hunks look unrelated. Maybe this is due to automated reformatting of...
Hi, thank you for the PR. I personally wouldn't want the timestamp in the logs. The logs are collected in the systemd journal in my case and if the application...
I took a look at the logging problem. The only thing PVE exporter is logging is `Exception thrown while rendering view`. All the rest comes from `gunicorn`. So, why not...
Fixed via #375
Partly covers #112