David-VTUK / prometheus-rancher-exporter

MIT License
7 stars 7 forks source link

[RFE] - Possible performance improvements #14

Closed David-VTUK closed 1 year ago

David-VTUK commented 1 year ago

This could be optimised to run each request in its own go routine. Need to ensure it won't negatively impact the performance of the underlying k8s API.

https://github.com/David-VTUK/prometheus-rancher-exporter/blob/63e7a453f76b65a592cf375b9cc393c9db61a658/collector/collector.go#L200-L312