reachlin / sensu_exporter

a Prometheus exporter for Sensu
Apache License 2.0
8 stars 14 forks source link

Add caching feature for large sensu results #9

Closed zackwine closed 3 years ago

zackwine commented 3 years ago

For extremely large Sensu result sets, the query time can be 10s of seconds. This PR adds a caching feature that allows the exporter to pull the results sets between scrapes to improve scrape time.