znerol
znerol
No, I just need some time to review and tinker with it.
I recommend to start with scraping only `cluster` metrics, and only scrape them from one node. If your use case requires that metrics are scraped even if that node is...
> It's simply possible if we publish docker image as OCI image :) That's not a problem. PVE uses [skopeo](https://github.com/proxmox/pve-storage/blob/6f49432acc6d030017c5f8833a17b33c6ae00324/src/PVE/API2/Storage/Status.pm#L988) to fetch images. So, that part works already: ``` skopeo...
* Do you see any errors in the pve exporter logs? * It looks like you configured `module: proxmox` in the prometheus scrape config. Did you actually configure a module...
Please add `metrics_path: /pve` to the `proxmox_exporter` job in the prometheus config.
The PVE metrics are under the `/pve` path. What do you see if you call `curl` with the correct endpoint? ``` curl --silent http://127.0.0.1:9221/pve?module=proxmox ``` **Edit:** Added the `module` url...
Please provide the logs of `pve_exporter` the ones from `prometheus` and from `prometheus-node-exporter` are not relevant when you `curl` the pve exporter directly.