prometheus-rancher-exporter
prometheus-rancher-exporter copied to clipboard
Exposes Rancher metrics to Prometheus
- Docker base image has been updated to 1.18 - Go mod changes for 1.18 compatibility
Hi, are there plans to make the Exporter compatible with API version V3? At the moment I only get that: `time="2020-09-29T13:27:02Z" level=info msg="Unknown API version detected, defaulting to v2"` `time="2020-09-29T13:27:02Z"...
My rancher has 133 services, but prometheus-rancher-exporter has only 93 services. I checked that prometheus-rancher-exporter has not been obtained through rancher's api. Is there any restriction on the code, or...
Hi I use rancher Prometheus catalog stack (v4.0.0) for container monitoring. It works fine for one host. But I have a 5 hosts (on every host is around 50 containers...
Rancher api by default returns only 100 objects for endpoint (/hosts, /services, etc.) ``` root@3326ef74ddf4:/# curl -s -H "Cookie: token=" -H "Accept: application/json" http:///v1/projects/PROJECT_ID/services | tr '}' '\n' |grep -c...
I'm running the exporter in a larger Rancher setup with 500+ services. Because the Rancher API has a pagination setting of 100 by default, this leads to the exporter only...
The labels filter is confusing.example I added the label io.prometheus=true to the hosts I wanted to export but it still exported all hosts and containers on all environments (Hundreds) Was...
我用这个版本测试,感觉不能监控,请问下,rancher/rancher:v2.2.5用什么监控
Hi, first of all thx for the work you're putting into this! It helped me a lot.;) Would it be possible to add the nodes 'real' hostname to the available...
Currently the `rancher_stack_health_status` and `rancher_service_*` metrics both have a `name`. In some cases it's a stack name and sometimes a service name. It would be nice to have a more...