Releases: caicloud/event_exporter
Releases · caicloud/event_exporter
v1.0.0
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.
v0.3.0
Image
caicloud/event-exporter:v0.3.0
Changelog
- Add matadata name labels to avoid prometheus client metric validator error @turbotankist (#36)
v0.2.0
Image
caicloud/event-exporter:v0.2.0
Changelog
- Update k8s to 1.14.2 @supereagle (#17)
- Refactor Dockerfile @supereagle (#19)
- Add Jenkins stage for Docker build and push @anoopwebs (#10)
- Add Kubernetes manifests @anoopwebs (#15)