We have completely re-implemented event_exporter in v1.0.0 to address the various problems we have encountered in release-0.
There are two major changes:
- Re-designed the metrics to address #28. Refer to the README for details on the new metrics.
- Instead of fetching the required data during scrape time, update the metrics in the background. This should reduce resource usage and make scraping faster.